Skip to content

porobertdev/form-validation

Repository files navigation

form-validation - Live Preview

About

This is a modern and clean Sign-Up form that validates user's input using the JavaScript's Constraint Validation API and is the part of the assigment from The Odin Project.

It features live inline-validation and a custom dropdown component.

The design was made in Figma, and you can find the mockup here.

Getting Started

If you are developer:

  1. Clone the repository.
  2. Run npm install to install all the packages and dependencies that the project requires.
  3. Run npm start to start a local server, which opens the webpage.

NOTE: my-components is a private repository as of writing this, thus, the npm install should fail.

If you are a regular user:

  1. Clone the repository.
  2. Open index.html from the /dist directory.

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Figma
  • Webpack
  • NPM
  • ESLint
  • Prettier