DownTheMatrix / form-validation-challenge

Frontend coding challenge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Screenshot

This repository contains the files for a Form Validation coding assessment.

How To Run

  • choose a location where you would like to store the project, then right-click to open up your terminal
  • type: git clone https://github.com/DownTheMatrix/project-a-challenge.git
  • Access the folder you have just cloned
  • Double-click on the index.html file to open the project in your browser

If you want to make changes to the code (i.e.: update the styles), open up your terminal and:

  • cd project-a-challenge => move into the project folder
  • npm install => installs the project dependencies
  • npm run compile:sass => compiles the SASS files into plain CSS

Dependencies/Tools

No dependencies were harmed during the development process.

The only non-vanilla tool used is SASS (using the latest dart-sass syntax) as a CSS precompiler.

Chrome Lighthouse audit score

Lighthouse Audit

The page performed well when running the Google Chrome Lightouse audit in incognito mode (so as to avoid any browser extension interference).

"Best Practices" didn't reach 100/100 because the page is not served over https.

About

Frontend coding challenge.


Languages

Language:SCSS 43.4%Language:JavaScript 32.7%Language:HTML 23.9%