UNDER CONSTRUCTION (lacks responsiveness, style and deploy)
The project was made to learn how to use firebase together with my react js projects. In it I learned to configure the database, search, register, log in and authenticate the user.Project developed for study!!
Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Also it's nice to have an editor to work with the code like VSCode
# Clone this repository
$ git clone https://github.com/deniseschirmer/reactjs-firebase
# Access project folder in terminal/cmd
# Install the dependencies
$ yarn
# or
$ npm install
# Run the application in development mode
$ yarn dev
# or
$ npm run dev