Frontend Mentor - Product feedback app solution
This is a solution to the Product feedback app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Table of contents
Overview
The challenge
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
- Bonus: Keep track of any changes, even after refreshing the browser
Screenshot
Links
My process
Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Svelte - Front end Compiler
What I learned
This was my first attempt at using Svelte. Having previously used React I was familiar with how to use frameworks, which allowed me to pick up its ideas relatively quickly. I still have a lot to learn, and am sure I made a lot of mistakes, but I'm happy with my first Svelte project.
Continued development
- Semantic HTML
- Accessibility
- BEM
- Svelte
Useful resources
Author