https://github.com/prem-acharya/todo-list---react
This is a simple Todo List application built using React and Firebase. Users can register, log in, and manage their todos. Admins have the ability to view and manage todos for all users.
https://github.com/prem-acharya/todo-list---react
firebase matirial-ui react tailwindcss todolist
Last synced: about 2 months ago
JSON representation
This is a simple Todo List application built using React and Firebase. Users can register, log in, and manage their todos. Admins have the ability to view and manage todos for all users.
- Host: GitHub
- URL: https://github.com/prem-acharya/todo-list---react
- Owner: prem-acharya
- Created: 2024-01-19T11:56:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T07:35:43.000Z (6 months ago)
- Last Synced: 2025-02-14T14:51:33.603Z (4 months ago)
- Topics: firebase, matirial-ui, react, tailwindcss, todolist
- Language: JavaScript
- Homepage: https://todo-app-bf450.web.app
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App
This is a simple Todo List application built using React and Firebase. Users can register, log in, and manage their todos. Admins have the ability to view and manage todos for all users.
## Live Demo
Check out the live demo [here]().

## Features
- User authentication (register, log in, log out)
- Add, edit, and delete todos
- Mark todos as complete
- Admin view to manage all user todos## Technologies Used
- React
- Firebase Authentication
- Firebase Realtime Database## Install dependencies:
- npm install
- Create a Firebase project and configure your Firebase credentials in the firebase.js file.## Run the application:
- npm start
- Open your browser and go to http://localhost:3000.