- Semantic HTML5 markup
- CSS
- Flexbox
- Typescript
- React
- Tailwind
I used Prettier for code formatting. It helps to format the code and making it consistent throughout the whole project.
For linting i used ESlint. It helped me catch errors in the code and uphold typescript standards. The Eslint file follows common rules for this kind of project.
Explore the live demo of the Product Feedback App here.
This project is marked as "In Progress."
To run the Product Feedback App on your local machine, follow these steps:
- Download or clone the repository.
- Install the necessary dependencies and node_moduls by running
npm install
. - Start the application using
npm start
(Create React App).
Product Feedback App that lets you create suggestions in a feedback board. These can then be moved to different categories including planned, in-progress and live. The user can then view this in a roadmap.
- Filter suggestions by categories.
- Sort by upvotes or comments.
- Users can create new feedback including title, category and details.
- Users can edit feedbacks.
- Users can create and reply to comments on each feature.
- Users can upvote.
- Displays amount of current suggestions.
- Github: @RalfiSlask.
- Frontend Mentor: @RalfiSlask.