- Summer sale - an online shop, where basically a sale is going on, users will get 20% discount if they purchase > 199 taka.
.
├── package.json
├── package-lock.json
├── readme.md
└── summer-sale
├── assets
│ ├── css
│ │ └── main.css
│ ├── images
│ └── js
│ └── main.js
├── figma
│
└── index.html
- Clone this repository
git clone https://github.com/mrsnailo/js-practice-projects.git- Open terminal , and cd into the folder , then install dependencies.
cd js-practice-projects &&
npm install- Then run the poject
npm startps. I will update the doc, if neccessary.