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.
- Node.js installed
- npm or yarn installed
- Clone the repository:
git clone git@github.com:Mujeeb4582/React-Form.git
cd project-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the application.
- 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.
- React
- Axios for API communication
- Tailwind CSS for styling
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.
This project is licensed under the MIT License - see the LICENSE file for details.