Skip to content

vuslatsena/react-todo-app-firebase

Repository files navigation

Firebase Todo App

This repository contains simple todo app with firebase exercise

Live Demo

You can access the live demo of the project by clicking on the following link: Vercel

Getting Started

Follow the steps below to set up and run the project on your local machine:

Prerequisites

Before running the project, ensure that you have the following installed on your local machine:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
  git clone https://github.com/vuslatsena/react-todo-app-firebase
  1. Navigate to the project root directory:
   cd react-todo-app-firebase
  1. Install the dependencies:
   npm install

Run the project

To run the project, use the following command:

  npm run start