https://github.com/lassiecoder/reactjs-spa
A single page application, including two user input fields (username and password) for login.
https://github.com/lassiecoder/reactjs-spa
Last synced: 3 months ago
JSON representation
A single page application, including two user input fields (username and password) for login.
- Host: GitHub
- URL: https://github.com/lassiecoder/reactjs-spa
- Owner: lassiecoder
- Created: 2020-04-07T08:54:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:57:50.000Z (about 3 years ago)
- Last Synced: 2023-03-11T06:22:52.949Z (almost 3 years ago)
- Language: JavaScript
- Size: 4.21 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/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](http://localhost:3000) to view it in the browser.
### `Login.js`

It contains two user fields, "User name" and "Password". By default the values are _admin_ for both input fields for succesful login.
### `Dashboard.js`

User will get the access of dashboard if loginned successfuly.
### `Error.js`

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