Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwafrika/auth-page
https://github.com/mwafrika/auth-page
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwafrika/auth-page
- Owner: mwafrika
- Created: 2023-09-12T12:32:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T19:51:06.000Z (11 months ago)
- Last Synced: 2024-10-17T01:30:22.100Z (about 1 month ago)
- Language: HTML
- Homepage: https://auth-page-beta.vercel.app
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth-page
This page is a simple authentication page with a login and register form. It is made with HTML, CSS and JavaScript.
## Live Demo
To view the live demo of the app [click here](https://auth-page-challenge.vercel.app/)## Demo Login
To login with a demo account use the following credentials:
```
email: [email protected]
password: 123456
```
![](./assets/images/loginScreen.png)
## Registration
To register a new account, click on the register link and fill in the form. The password must be at least 3 characters long, The name must have at least 6 characters long and the email must have a valid format. On successful registration, you will be redirected to the login page.![](./assets/images/registerScreen.png)
## Dashboard
After logging in, you will be redirected to the dashboard page. The dashboard page is a simple page with a welcome message and a logout button.![](./assets/images/dashboardScreen.png)