Skip to content

pujxn/javascript-login-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Login Form by Jobsimulator.Dev

Discord

This is a simple login form made with vanilla JavaScript, HTML, and CSS. Your job is to fix 5 issues:

  1. Fix Logo Rendering Issue
  2. Add HTML Email Validation to Email Input
  3. Update HTML Password Input to Hide Password Visibility
  4. Adjust CSS so that form is centered on page
  5. Validate User Credentials & show validation status message

Learning Objectives

You will learn and gain experience with:

How to start working

  1. Fork this repo and clone it locally.
  2. Open index.html in your browser to see the current state of the project.
  3. Fix all the issues (hints are provided as TODO comments in the code)
  4. Once all your solutions are complete, create a single Pull Request to this repository
  5. Check if your solutions passes our automated tests.

Need help?

The best way to ask for help is to ask our Discord community.

Click here to join the Jobsimulator.dev Discord.

Want more challenges?

Browse our challenges and join our Discord to get notified when new challenges are released.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 29.5%
  • CSS 18.1%