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
- Host: GitHub
- URL: https://github.com/devafortun/reactjs-online-store
- Owner: devafortun
- Created: 2024-12-24T11:40:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-24T22:53:21.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:12:42.345Z (about 1 year ago)
- Topics: express, mongodb, node, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 232 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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