Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anagmrebelo/academy_to-do-app-backend
Node.js and express server for a to-do-app
https://github.com/anagmrebelo/academy_to-do-app-backend
academy
Last synced: about 1 month ago
JSON representation
Node.js and express server for a to-do-app
- Host: GitHub
- URL: https://github.com/anagmrebelo/academy_to-do-app-backend
- Owner: anagmrebelo
- Created: 2023-08-03T11:28:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T18:16:43.000Z (over 1 year ago)
- Last Synced: 2024-11-08T08:55:03.527Z (3 months ago)
- Topics: academy
- Language: TypeScript
- Homepage: https://anagmrebelo-to-do-app.onrender.com/
- Size: 108 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## Other Links
Front end code![Screenshot 2023-08-23 at 20 02 40](https://github.com/anagmrebelo/to-do-app-frontend/assets/66007323/9e3b06d8-b5a4-436a-9d00-c6cf5ef0d165)