Video link:
[todo-video.webm](https://github.com/Allen7702/Todo-List-WebApplication/assets/83769589/0ea97a08-576a-458e-97a8-4daa61128238)Listing of To-Dos: Retrieves and displays all To-Do items from the DHIS2 dataStore API.
Addition of To-Dos: Adds new To-Dos with title and description to the DHIS2 dataStore API.
Deletion of To-Dos: Deletes specific To-Do items from the DHIS2 dataStore API.
Updating of To-Dos: Edits and updates the details of existing To-Dos in the DHIS2 dataStore API.
Filtering of To-Dos: Filters the displayed To-Dos based on their completion status.
Responsive Design: Adapts to different viewport sizes for usability across phones, tablets, and desktops.
Notification: Notifies user whenever a To-Do item is added, updated or deleted.
To get the project up and running, follow these steps:
git clone https://github.com/Allen7702/Todo-List-WebApplication
cd Todo-List-WebApplication
npm install
3.Start the project
npm start