Skip to content

Commit 93b6bc7

Browse files
committed
2 parents e85007e + 60597a0 commit 93b6bc7

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# JS Shopping cart
2-
A simple shopping cart created with pure Javascript, Html and CSS. The items can be saved in the shopping cart thanks to the property of Local Storage.
1+
# E-commerce Website in JavaScript
2+
🛒 - Exercise to learn how to make an e-commerce site in JavaScrip
3+
4+
## Where are the most important files located?
5+
6+
```bash
7+
$ js/app.js
8+
$ js/search.js
9+
$ data/courses.js
10+
$ index.html
11+
```
12+
13+
## Explainations
14+
This repository is the result of a school exercise and of a sprint of 1 week to learn JS and to apply some bases.
15+
16+
## License
17+
[MIT](https://choosealicense.com/licenses/mit/)
18+
19+
## Quality certification
20+
[![CodeFactor](https://www.codefactor.io/repository/github/CodingFactory-Repos/JavaScript-Shopping-Cart/badge)](https://www.codefactor.io/repository/github/CodingFactory-Repos/JavaScript-Shopping-Cart)

0 commit comments

Comments
 (0)