Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thembamtshelwane/to-do-app
https://github.com/thembamtshelwane/to-do-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thembamtshelwane/to-do-app
- Owner: ThembaMtshelwane
- Created: 2024-05-06T13:36:44.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T17:29:14.000Z (8 months ago)
- Last Synced: 2024-05-11T15:18:15.387Z (8 months ago)
- Language: TypeScript
- Homepage: https://to-do-app-beige-seven.vercel.app
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App
- This website is a simple To-Do App. A user can login and manage thier tasks.
https://to-do-app-beige-seven.vercel.app/
- They can add, update and delete tasks.
- The tasks are stored on Google's Firestore database.
- Authentication is implemented using Firebases Authentication services.
## This is implemented using
- Typescript
- React 18 + Next JS 14
- Firebase
- CSS## Improvements
- Using caching.
- Add a loading ui for initial data fetch.
- Update tasks list without page reload.