- This project is a
Add User Application
, we can add multiple users in our application by selecting them through check box. - This project has a component folder inside the src folder, it has all the required files to execute. It has AllUsers folder, and Header folder.
AllUsers
folder handles the user list design and displays when neccessary.Header
folder contains the header part design of the application.
- To run react on the terminal, node.js need to be installed. Kindly install the node.js in your computer using the given link:
https://nodejs.org/en/download
- Run the given command in your terminal to create a react environment:
npx create-react-app app-name(write your-app-name here)
- Run the given command to clone this project on your local computer:
git clone https://github.com/jyothiperla26/state-handling-react.git
- Run the given command in the terminal to execute the code:
npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.