/React-Form

This is the frontend part of the project, built using React. It includes a form for users to input data, which is then stored in a MongoDB database through the backend API.

Primary LanguageJavaScriptMIT LicenseMIT

Data Collection Form Frontend

Overview

This is the frontend part of the project, built using React. It includes a form for users to input data, which is then stored in a MongoDB database through the backend API.

Live Demo

Prerequisites

  • Node.js installed
  • npm or yarn installed

Getting Started

  1. Clone the repository:
git clone git@github.com:Mujeeb4582/React-Form.git
cd project-frontend
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to view the application.

Features

  • User-friendly form for data input.
  • Data validation on the client side.
  • Communication with the backend API to store and retrieve data.
  • Responsive design for a seamless user experience.

Technologies Used

  • React
  • Axios for API communication
  • Tailwind CSS for styling

Contributing

If you'd like to contribute to this project, please follow the standard GitHub workflow:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make changes and commit.
  • Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.