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: