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.
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
- Check if you have nodejs installed
node -v
- Clone This Project
git clone https://github.com/mahmud-sajib/ReactJs-Online-Store.git
- Navigate to project directory
cd ReactJs-Online-Store
- Install node modules
npm install
- Finally Run The Project
npm start