simple-react-login-form-material-ui

Simple React login form with Material UI

1
1
1
JavaScript
public

Simple React login + recovery form with Material UI

Look at online demo or try
Open in CodeSandbox

This is simplest template/boilerplate/starter code with up to date dependencies at the time of publication.

Screenshot from 2022-06-27 09-37-47

Dependencies

  • react
  • react-dom
  • react-router-dom
  • react-scripts
  • @mui/material
  • @mui/icons-material
  • @emotion/react
  • @emotion/styled

Quick start

git clone https://github.com/app/simple-react-login-form-material-ui.git my-new-app
cd my-new-app
rm -rf .git
git init; git add .; git commit -m Import
yarn install || npm install
yarn start || npm start

And you’ll get new browser window with the app running

Happy coding!

v0.3.1[beta]