A simple, dynamic form builder application built using React, Vite, and Tailwind CSS, with local storage for data persistence.
- Form Builder: Create forms with customizable fields such as text, date, and radio buttons.
- Edit Forms: Modify existing forms, including their name, fields, and field options.
- View Form Responses: View the number of responses submitted for each form.
- Fill and Submit Forms: Anyone can fill and submit forms without authentication.
- Local Storage: All forms and responses are stored in the browser's local storage.
- Responsive Design: Styled using Tailwind CSS for a clean, mobile-friendly user interface.
- Frontend: React.js with Vite
- State Management: React Hooks, Redux Toolkit
- Styling: Tailwind CSS
- Persistence: Local Storage