Storetube
About
This web application is made using Javascript , Worked with localStorage , fetchAPI and dynamic loading of HTML in this project.
Usage
1). Clone the repo using git clone https://github.com/naman360/storetube.git
.
2). cd storetube
3). For VS Code, run code .
to open the current folder in VS code.
4). Install live server and open index.html
using it.
Contribution
1). Fork and star the repository.
2). Clone it using git clone
command.
3). cd storetube
to move into the repo folder.
4). Make changes into the local repo.
5). Add the commit ready files to staging area using git add -A
or git add .
.
6). Commit the changes using git commit -m "your-commit-message-here"
.
7). Push them using git push
.
8). Create the PR on the original repostory.