Welcome to the E-Shop project!
This project is a front-end implementation of an e-commerce platform for selling mobiles, laptops, and home appliances.
You can view the project online here
- Browse and view products in different categories.
- Add products to the cart.
- View and edit the shopping cart.
- Place an order.
- Open the project folder using VS Code or any preferred code editor.
- Clone the repository:
git clone https://github.com/MaryRichelle/TechnoCity.git
- Run
npm install
command to download all dependencies listed in package.json file. - Create a
.env.local
file in the root folder of the project
apiKey = process.env.REACT_APP_API_KEY;
- Start the server by running
npm start
from the terminal. - The application will be accessible at http://localhost:3000/.
- Navigate through the categories to explore products.
- Click on a product to view details.
- Add products to the cart.
- Go to the cart page to review and modify your order.
- Proceed to checkout to place an order.
- create react app
- React Router
- Styled Components
- axios
- Public Api for Products