Mini shop is a small ecommerce application. This project is for study purposes.
-
Displays all the products
-
Adding a product to cart
-
Allows a user to filter products based on availability or country of origin.
- Node v8.12.0
-
clone the repository ie
git clone https://github.com/ivangsp/Minishop-ReactJs -
cd into the directory and install the depedencies ie
cd Minishop-ReactJs && npm install -
Run the application using
npm run dev
- React
- Redux
- Redux Saga
- Bootstrap 4
- Epxress js
- Jest, Enzyme and sinon are used to test the application