Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohitchourey0809/dynamic-form


https://github.com/rohitchourey0809/dynamic-form

Last synced: about 16 hours ago
JSON representation

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

cd Backend
Install dependencies:

node server.js
Start the development server:

npm start
Open http://localhost:3001 to view it in the browser.
Usage

Contributions 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