https://github.com/mabdusshakur/simp-estore-react
A simple React ecommerce project, with necessary e-commerce features.
https://github.com/mabdusshakur/simp-estore-react
ecommerce react reactdom tailwindcss
Last synced: 7 months ago
JSON representation
A simple React ecommerce project, with necessary e-commerce features.
- Host: GitHub
- URL: https://github.com/mabdusshakur/simp-estore-react
- Owner: mabdusshakur
- Created: 2024-01-10T12:13:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T07:39:24.000Z (about 2 years ago)
- Last Synced: 2025-01-26T02:25:42.825Z (about 1 year ago)
- Topics: ecommerce, react, reactdom, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple eCommerce Project
This is a simple React eCommerce project that serves as the frontend implementation for the [Simple eCommerce API](https://github.com/mabdusshakur/simp-estore-api). It provides a user-friendly interface for users to browse and purchase products.
## Features
- Search for products by name ...
- Add products to cart
- View and update cart
- Add products to wishlist
- Checkout and place orders
- Admin dashboard
- Manage products, Categories, Sub-Categories, and orders
- More...
## Installation
1. Clone the repository:
```bash
git clone https://github.com/mabdusshakur/simp-estore-react.git
```
2. Install dependencies:
```bash
cd simp-estore-react
npm install
```
3. Configure API endpoint:
```
Update the api endpoint in axios.js to point to your API server.
```
4. Start the development server:
```bash
npm run dev
```
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.