Skip to content

AleksandraCislowski/fake-login-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake login application

This project was created to learn more about React, especially using more useEffect hooks as well as Context. It's a simple application where you can type your email and password to "log in" to the next "webside". It has a few validations that prevent you from typing for example a wrong email (without @ symbol). When you try to switch to some other page (which is invalid here) you will stay logged in, unless you will hit the "logout" button.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.