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.