An open API service indexing awesome lists of open source software.

https://github.com/janani2311/mytodo

A TODO app with all CRUD functionalities
https://github.com/janani2311/mytodo

css html javascript reactjs

Last synced: 2 months ago
JSON representation

A TODO app with all CRUD functionalities

Awesome Lists containing this project

README

        

# TODO app with all CRUD functionalities

This app includes the below functionalities,
- Two input fields with task name and description. When user clicks on the add button, the task will be created as card with status "Not-completed" as default.
- There are two buttons included in the card to delete and edit the created task.
- User can update the status in the card to "complete" in the dropdown menu.
- The filter option to display the cards based on the status ("All" / "completed" / "Not completed")

- This app is built with ReactJS using useState and useEffect Hooks.

- Acheived responsive design using css and media queries.