kpolakowski / Registration-form-Material-UI

Registration form made with React, Material-UI and Context API

Home Page:https://kpolakowski.github.io/Registration-form-Material-UI/build/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration form with Material-UI

This is an example of registration form made with Material-UI framework. It uses client side native html validation, and Context API to store my state and distribute it across different components.

Restrictions I have provided for different fields:

  • username (minLength:3, maxLength:20)
  • email (email type validation)
  • password (minLength:6, maxLength:20)
  • birthdate (at least 18 years old)
  • bio (maxLength: 200)
  • website (url type validation)
  • newsletter (optional)
  • acceptTerms (required to finish whole registration process)

Installation

If you would like to run it localy:

  1. Clone this repo

    git clone git@github.com:kpolakowski/Registration-form-Material-UI.git

  2. Install all dependencies

    npm i

  3. Run in development mode

    npm start

About

Registration form made with React, Material-UI and Context API

https://kpolakowski.github.io/Registration-form-Material-UI/build/


Languages

Language:JavaScript 84.6%Language:HTML 14.1%Language:CSS 1.3%