/reactjs-spa

A single page application, including two user input fields (username and password) for login.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

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

Login.js

index

It contains two user fields, "User name" and "Password". By default the values are admin for both input fields for succesful login.

Dashboard.js

dashboard

User will get the access of dashboard if loginned successfuly.

Error.js

error

If login failed, it will take the user to error page.