Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitchourey0809/dynamic-form
https://github.com/rohitchourey0809/dynamic-form
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitchourey0809/dynamic-form
- Owner: rohitchourey0809
- Created: 2024-06-08T07:21:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T08:26:35.000Z (5 months ago)
- Last Synced: 2024-06-11T09:43:39.093Z (5 months ago)
- Language: JavaScript
- Homepage: https://dynamic-form-orpin.vercel.app
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dynamic Form
Dynamic Form is a React application that generates a form based on JSON data fetched from an API. It allows users to fill out the form and submit the data.## Technologies Used
React
React Query for data fetching
Axios for HTTP requests
Oolib (assuming it's a library for form components)
CSS for styling
Installation
Clone the repository:
bash```
git clone https://github.com/rohitchourey0809/Dynamic-form.git
```
Navigate to the project directory:cd Frontend
Install dependencies:npm install
Start the development server:npm start
Open http://localhost:3000 to view it in the browser.
Usagecd Backend
Install dependencies:node server.js
Start the development server:npm start
Open http://localhost:3001 to view it in the browser.
UsageContributions are welcome! Please follow the GitHub Flow when contributing to this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.# Dynamic-form