A todo app connected to firebase authentication for login and signup purposes and firebase database for storing and retrieving data.
To run on your local machine
- Clone this repo
npm install
to install all required dependencies- Save your firebase configurations in /src/Config/FireBase.js file
npm start
to start the local server