Skip to content

humberto1212/add-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-Users React App

This project was carried out for practice purposes. This application allows you to add the name and age of a user through a form and delete them.

The project was written with:

  1. React.js
  2. Material-UI/Icons

Instructions:

  • Clone this repo
  • In the terminal run npm install, this one downloads a package and its dependencies.
  • Run npm run start
  • Open (http://localhost:3000)