This is a solution to the E-commerce product page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Open a lightbox gallery by clicking on the large product image
- Switch the large product image by clicking on the small thumbnail images
- Add items to the cart
- View the cart and remove items from it
- Solution URL: https://github.com/AryanTy20/Frontend-Ecommerce-landing
- Live Site URL: https://frontend-ecommerce-landing.vercel.app/
- Semantic HTML5 markup
- SCSS custom properties
- Flexbox
- CSS Grid
- Typescript
- @redux-toolkit
- desktop-first workflow
- React - JS library
- ReactViteTS
This is my first time working with typescript in react its always fun to try something new .
This project can be used in my future upcomming e-commerce project
- Codevolution youtube - This helped me for for learning typescript in react.
- Mozilla MDN docs - for better semantic and accessibilty documentation
- github - Aryan Tirkey
- Frontend Mentor - @AryanTy20