Task Manager with React+Firebase

Project setup and intialization

git clone https://github.com/StevenMODIMO/Task-Manager.git

Navigate to the directory

cd Task-Manager

Install dependencies with npm

npm install

Start the development server

npm run dev