https://github.com/quantumsnowball/todos-domain--serverful
https://github.com/quantumsnowball/todos-domain--serverful
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantumsnowball/todos-domain--serverful
- Owner: quantumsnowball
- Created: 2022-08-03T20:33:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T18:42:53.000Z (over 3 years ago)
- Last Synced: 2023-03-06T03:19:43.277Z (about 3 years ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos
A todo app with a authentication system using React and JWT. User can register and account, login to his account, and then add todo checklist items. The state should be saved into a database and user should be able to authenticate using JWT token and get back the checklist. You can also login using a Google account through OAuth2.0.