An open API service indexing awesome lists of open source software.

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.

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.