/react-test-task1

React JS Interview Test Task

Primary LanguageJavaScript

React Form with Local Storage and Data Management (Test Task)

Steps to Run This Project

  1. Install Dependencies

    • Run npm install to install all necessary packages.
  2. Start Project

    • Run npm start to launch the app in development mode.
    • Open http://localhost:3000 in your browser to view the app.
  3. Create Build

    • Run npm run build to generate a production-ready build.
    • The build will be created in a folder named build.

Project Requirements

1. Form Creation

  • Fields:
    • Name
    • Age
    • Occupation
    • Image
    • Address
    • Gender
    • Mobile
    • Phone
  • Conditions:
    • The mobile number should be unique.
    • No field is required.

2. Local Storage

  • Use local storage to save all form data.

3. Data Management

  • 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.