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
- Host: GitHub
- URL: https://github.com/janani2311/mytodo
- Owner: Janani2311
- Created: 2024-06-14T06:39:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T06:57:26.000Z (12 months ago)
- Last Synced: 2025-02-03T20:50:34.992Z (4 months ago)
- Topics: css, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://mytodo-task123.netlify.app/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.