The application is now deployed to GitHub Pages. You can access it here.
This repository contains a simple CRUD to do app. Follow the instructions below to use the CRUD features:
- Create To Do Item: Navigate to the create page, enter the details of the to do item, and submit.
- Read To Do Items: The main page lists all the to do items.
- Update To Do Item: Click on the edit button next to a to do item, modify the details, and submit.
- Delete To Do Item: Click on the delete button next to a to do item to remove it from the list.
For more detailed instructions, please refer to the specific documentation for each operation.