Skip to content

mrsnailo/js-practice-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Current projects:

  • Summer sale - an online shop, where basically a sale is going on, users will get 20% discount if they purchase > 199 taka.

Getting Started

.
├── package.json
├── package-lock.json
├── readme.md
└── summer-sale
    ├── assets
    │   ├── css
    │   │   └── main.css
    │   ├── images
    │   └── js
    │       └── main.js
    ├── figma
    │   
    └── index.html

  1. Clone this repository
git clone https://github.com/mrsnailo/js-practice-projects.git
  1. Open terminal , and cd into the folder , then install dependencies.
cd js-practice-projects &&
npm install
  1. Then run the poject
npm start

ps. I will update the doc, if neccessary.

Contact

@mrsnailo

About

Here i am gonna put beginner javascript projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published