An open API service indexing awesome lists of open source software.

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.

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.