You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments