JavaScript Login Form by Jobsimulator.Dev
This is a simple login form made with vanilla JavaScript, HTML, and CSS. Your job is to fix 5 issues:
- Fix Logo Rendering Issue
- Add HTML Email Validation to Email Input
- Update HTML Password Input to Hide Password Visibility
- Adjust CSS so that form is centered on page
- Validate User Credentials & show validation status message
Learning Objectives
You will learn and gain experience with:
- How to use vanilla JavaScript to manipulate the DOM
- How to use vanilla JavaScript to listen to form submission events
- How to use Client Side HTML form validation
- Vanilla Javascript methods for searching through array data
- How to use CSS Flexbox to center elements on the page
- modern JS syntax (arrow functions, template literals)
How to start working
- Fork this repo and clone it locally.
- Open index.html in your browser to see the current state of the project.
- Fix all the issues (hints are provided as TODO comments in the code)
- Once all your solutions are complete, create a single Pull Request to this repository
- 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.