Skip to content

gyrationtechs/form-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building React Forms With Material UI

In this projet, we are creating a form to handle user registration. It also includes a form for login.

Usage

Clone or download the repository to your machine, Then run the command below to install dependencies. npm install or yarn add

Start Dev Server

After installing the projet's dependencies, run the command below to start the dev server. npm start or yarn start

The project does not store any data on the database. We are simply creating a state to store user inputs. You'd need to connect it with a database such as Express or Firebase if you want to store the data from the form.

About

React Registration and Login Form using Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published