A modern React-based e-commerce catalog for browsing gadgets, managing favorites, and adding products to the shopping cart. The project is built according to the provided Figma design, focusing on responsive layout, smooth navigation, and clean user experience.
🎨 Design Reference: Figma Design Link
🌐 Live Demo: View Demo
- Responsive design for desktop, tablet, and mobile
- Shopping cart with item quantity management
- Favorites page to save and view liked products
- Product filtering and sorting by category, price, or name
- Smooth page navigation using React Router
- Global state management via React Context
- Interactive sliders powered by Swiper
- TypeScript integration for type safety and scalability
- React
- TypeScript
- React Router
- React Context API
- Swiper.js
- SCSS Modules
Follow these steps to set up the project locally:
git clone https://github.com/mategames-team/frontend.git
cd frontend
npm install
# or
yarn install
npm start
# or
yarn start