Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Create, read, update, and delete product feedback requests
- Receive form validations when trying to create/edit feedback requests
- Sort suggestions by most/least upvotes and most/least comments
- Filter suggestions by category
- Add comments and replies to a product feedback request
- Upvote product feedback requests
- Live Site URL: Feedback Hub
- NextJs
- Tailwind CSS
- ReactJs
- Headless UI
- clone project and run
yarn && yarn dev
- go to
localhost:3000
in browser (default nextjs port)