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

https://github.com/devafortun/reactjs-online-store

Island Tees
https://github.com/devafortun/reactjs-online-store

express mongodb node react reactjs

Last synced: about 1 year ago
JSON representation

Island Tees

Awesome Lists containing this project

README

          

ReactJs Online Store



A Simple Online Shop to Sell T-shirts and mark them as favorite. Built with Reactjs.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation Process](#installation-process)
- [Project Demo](#project-demo)
- [Feedback](#feedback)

## Introduction

ReactJs Online Store is a simple online shop to sell t-shirts and mark pictures as favorite. Built with Reactjs and 100% free to use.

## Features

A few of the things you can do with this app:

- View all Products
- View Product Detail
- Add Product to Cart
- Delete Product from Cart
- Mark/Unmark Product as Favorite
- Place an Order

## Installation Process

1. Check if you have nodejs installed `node -v`
2. Clone This Project `git clone https://github.com/mahmud-sajib/ReactJs-Online-Store.git`
3. Navigate to project directory `cd ReactJs-Online-Store`
4. Install node modules `npm install`
5. Finally Run The Project `npm start`

## Project Demo

### Store Page



### Product Detail Page



### Cart Page



### Wishlist Page