AleksandraCislowski / fake-login-page

React - The Complete Guide course by @Academind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React - The Complete Guide course by @Academind


Languages

Language:JavaScript 65.6%Language:CSS 20.3%Language:HTML 14.1%