Skip to content

santhosh01712/AppMinify-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with LOGIN Application

Author: Santhosh Srinivsan Date : 08/19/2021

Project Description

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.

Project Setup

to install the dependencies of the project use the below command

npm install

This command witll install all the node module dependencies to run this project

Project Run

In the project directory, you can run:

npm start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published