This is a simple React app created with the goal to understand the most basic and fundamental concepts of React. The users can insert their names and jobs as inputs, which will be added to a table, as well as delete them from that same table.
- Create React App
- Props
- State
- Lifecycle methods
- Virtual DOM
- Mounting
This project was bootstrapped with Create React App.
Go to the Terminal, choose a directory where you wish to clone the repository and run:
git clone git@github.com:Francisco-Webdeveloper/simple-react-app.git
Start the project with the Terminal
npm start
A new window will popup at localhost:3000.
The page is online and can be visited 👉 https://francisco-webdeveloper.github.io/simple-react-app/