A Google Form Clone Project created using React & Redux.
G-ooo-gle Form has three main functionalities:
- Create and customize form like the original Google Form
- Distribute link of the created form to others to gather responses
- View simplified responses based on each questions
In Form Edit Page, there are two keyboard shortcuts:
- Escape (ESC): Clears out the input.
- Tab: Applies to option items. On the last item, a Tab key-press will add addtional item at the end.
This project utilizes Firebase as serverless database and AWS S3 + Cloudfront for hosting.
- React
- Redux
- Styled-Components
- Firebase (Firestore, Authentication)
- AWS S3
- AWS Cloudfront (Hosting)