CodingSpace Feedback App is an Open Source platform where everyone can give their feedback to improve the platform, suggest new features and report bugs.
β
Create, read, update, and delete product feedback requests
β
Receive form validations when trying to create/edit feedback requests
β
Filter suggestions by category
β
Add comments to a product feedback request
β
Upvote product feedback requests
Try out the website : Product Feedback App
Try out the API: Product Feedback API
- Reduced the bundle size drastically by using code-splitting and lazy loading to improve the User Experience.
- Used Redux to manage the state of the application.
- Reduced unnecessary re-renders by keeping components state local.
- Maintained structured readable code using MVC Pattern.
- Used Axios to make the API calls from the frontend.
