-
Install Dependencies
- Run
npm install
to install all necessary packages.
- Run
-
Start Project
- Run
npm start
to launch the app in development mode. - Open http://localhost:3000 in your browser to view the app.
- Run
-
Create Build
- Run
npm run build
to generate a production-ready build. - The build will be created in a folder named
build
.
- Run
- Fields:
- Name
- Age
- Occupation
- Image
- Address
- Gender
- Mobile
- Phone
- Conditions:
- The mobile number should be unique.
- No field is required.
- Use local storage to save all form data.
-
After Submission:
- Redirect to a different page displaying a table view of the records.
- Include the image in the table view.
-
Features:
- Ability to delete records.
- Ability to update records.