Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thembamtshelwane/to-do-app


https://github.com/thembamtshelwane/to-do-app

Last synced: about 2 months ago
JSON representation

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.