Welcome to the MyStore Frontend repository! This project is designed to provide a seamless shopping experience for users, allowing them to browse products, manage their cart, and complete purchases efficiently.
- User-friendly interface for browsing products
- Shopping cart functionality
- Payment functionality
- User authentication and profile management
- Responsive design for mobile and desktop
- Integration with backend API for product and order management
To get a local copy up and running follow these simple steps:
-
Clone the repository
git clone https://github.com/Lucalopezz/MyStore-Frontend.git
-
Navigate to the project directory
cd MyStore-Frontend -
Install NPM packages
npm install
-
Start the development server
npm start
-
Open your browser and visit
http://localhost:3000
Once the application is running, you can:
- Browse through the available products.
- Add items to your cart.
- Proceed to checkout and complete your purchase.