A responsive phone catalog built with React. The application allows users to browse products, view details, and explore different phone categories.
👉 Try it here: Mobile Store Demo
- Welcome page with navigation to categories like Phones, Tablets, and Accessories
- Sort products, set the number of items per page, and use pagination to browse all items
- View product images, specifications, and details. Add to cart or favorites. See related products carousel
- Check all the products you’ve marked as favorites
- Review selected products, see total price, and proceed to checkout (logic not implemented)
- React + TypeScript
- SCSS
- React Router
- Redux Toolkit
- Vite (build tool)
- Product catalog pagination and sorting
- Choose number of items per page
- Product details page
- Add products to cart
- Mark products as favorites
- State management with Redux
- Responsive design (mobile → desktop)
git clone https://github.com/alyonashunevych/mobile-store-app.git
cd mobile-store-app
npm install
npm startThis project is frontend-only. Some features like checkout are not implemented.







