https://github.com/armandfs/dicoding-loginpage
This is a simple login page application from Dicoding's Intro to Software Development course. This application and demonstration of HTML, CSS, and Javascript has helped me understand and combine the 3 languages into 1 application.
https://github.com/armandfs/dicoding-loginpage
Last synced: about 1 month ago
JSON representation
This is a simple login page application from Dicoding's Intro to Software Development course. This application and demonstration of HTML, CSS, and Javascript has helped me understand and combine the 3 languages into 1 application.
- Host: GitHub
- URL: https://github.com/armandfs/dicoding-loginpage
- Owner: ArmandFS
- Created: 2023-02-20T14:29:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T12:18:25.000Z (over 3 years ago)
- Last Synced: 2025-01-28T23:12:15.393Z (over 1 year ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Login Application
This is an application for logging in using HTML, CSS, and JavaScript. I acquired this program from dicoding's intro to modifying software course.
How the login works:
1. Enter email and password
2. If input does not contain "@" symbol, retry until occurance
3. If Correct, send to Home Menu
4. If Incorrect, you will stay at the login page.