https://github.com/parthshah1304/form_builder-react_redux-
https://github.com/parthshah1304/form_builder-react_redux-
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parthshah1304/form_builder-react_redux-
- Owner: parthshah1304
- Created: 2025-08-10T08:27:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T09:12:52.000Z (10 months ago)
- Last Synced: 2025-08-10T10:19:06.131Z (10 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form_Builder-React_Redux
# **Form builder is a dynamic form builder using React, Typescript, MUI, and localStorage.**
**Users should be able to:**
1. Create dynamic forms with customizable fields and validations
2. Preview how a form behaves for the end user
3. View a list of saved forms
4. Persist all form configurations in localStorage (No backend required)
# **Here is route and their description :**
Route /create -> Build a new form by dynamically adding and configuring fields
Route /preview -> Interact with the currently built form like an end user
Route /myforms -> View all previously saved forms from localStorage
# **How to run :**
npm install react react-dom react-router-dom @mui/material @mui/icons-material @mui/x-date-pickers @reduxjs/toolkit react-redux react-beautiful-dnd date-fns uuid @emotion/react @emotion/styled @hello-pangea/dnd --legacy-peer-deps
npm run dev