Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 740 Bytes

demo

Deployment

The application is now deployed to GitHub Pages. You can access it here.

To Do App

This repository contains a simple CRUD to do app. Follow the instructions below to use the CRUD features:

How to Use

  1. Create To Do Item: Navigate to the create page, enter the details of the to do item, and submit.
  2. Read To Do Items: The main page lists all the to do items.
  3. Update To Do Item: Click on the edit button next to a to do item, modify the details, and submit.
  4. 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.