Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anagmrebelo/academy_to-do-app-frontend
React and Chakra UI front end of to-do app
https://github.com/anagmrebelo/academy_to-do-app-frontend
academy
Last synced: 22 days ago
JSON representation
React and Chakra UI front end of to-do app
- Host: GitHub
- URL: https://github.com/anagmrebelo/academy_to-do-app-frontend
- Owner: anagmrebelo
- Created: 2023-08-02T16:23:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T18:10:20.000Z (over 1 year ago)
- Last Synced: 2024-11-08T08:55:08.754Z (2 months ago)
- Topics: academy
- Language: TypeScript
- Homepage: https://anagmrebelo-todo-app.netlify.app
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do App - Full stack project
App features:
- Select user from list
- View tasks by User
- Edit a task
- Delete a task
- Add a new task by clicking on + buttom or pressing enter
- Complete a task
- Filter tasks by complete status
- Sort tasks by due date
- Persist tasks and user options in database## Link to backend code
[Click me](https://github.com/anagmrebelo/to-do-app-backend)
This project was created using [Create React App](https://create-react-app.dev/)
![Screenshot 2023-08-23 at 20 02 40](https://github.com/anagmrebelo/to-do-app-frontend/assets/66007323/9e3b06d8-b5a4-436a-9d00-c6cf5ef0d165)