Author: Santhosh Srinivsan Date : 08/19/2021
This project is developed using React JS framework with the help of Firebase. This project lets us to login to the website using our Email Id and Password. Ensure that the Email is already signed up with the Firebase authentication.
The page is being loaded with Homepage which has Login form. On entering the Username and password the validations for the entry happens, if the data entered is valid then the site will get authentication token from Firebase.
On getting a valid token from Firebase for valid User creadentials the site loads the Dashboard with the relevent data. The user can then decied to logout from the website.
to install the dependencies of the project use the below command
This command witll install all the node module dependencies to run this project
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.