A modern React-based shopping application frontend with product browsing, cart management, and user authentication flows.
This project is a clean, responsive single-page application built with React. It includes core shopping features such as:
- Product browsing and item detail views
- Shopping cart management
- User login, signup, and profile pages
- Client-side routing with React Router
- API requests using Axios
- React
- React Router DOM
- Axios
- Create React App
Install dependencies:
npm installStart the development server:
npm startnpm start— start the app in development modenpm run build— create a production buildnpm test— run tests
src/components— UI components and page viewssrc/services/api.js— API service layersrc/App.js— application routes and layout