Formify is a web app that's capable for users to create form dynamically according to the question types such as short answer, paragraph, date input, multiple choice, dropdown and checkboxes. Users who created the form can share the form link to the user to submit a response of the form and also see all of the responses.
First of all, run the api services, forms-api
Then, open the .env file and enter your API Base URL
VITE_API_BASE_URL="https://forms-api.test/api/v1"
Run the application
npm run dev
Well, that's it! You can manage your forms now 😏
- ReactJS
- React Router
- React Icon
- Chakra UI