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

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.

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]().

![image](https://github.com/user-attachments/assets/62b45641-ff2f-4835-8e7c-b42fc15bd5b2)

## 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.