mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
17 lines
532 B
Markdown
17 lines
532 B
Markdown
# Shopping Cart Project
|
|
|
|
## Description
|
|
|
|
This project is a web application for an online shopping cart, built using React. It allows users to browse products, add them to a cart, and manage their cart contents.
|
|
|
|
|
|
Before you begin, ensure you have the following installed:
|
|
|
|
* **Node.js**: Make sure you have Node.js installed. You can download it from [https://nodejs.org/](https://nodejs.org/).
|
|
* **npm**: npm comes bundled with Node.js, so you should have it automatically.
|
|
|
|
## Getting Started
|
|
|
|
1. **Clone the repository**:
|
|
|
|
|