A web app built using Reactjs and TailwindCSS, with full user authentication. It uses Firebase to store user data.
In order to install dependecies, type the following command:
$ npm i
There are some environment variables that have to be set up before starting the app. Define your local variables in .env.local file that exists at the root directory. You can find them in your firebase app configuration page.
To start the local server:
$ npm start