Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
85fe993
🦴 - Add template
Loule95450 Oct 25, 2021
b36bd7f
Create CNAME
Loule95450 Oct 25, 2021
2550d9c
Delete CNAME
Loule95450 Oct 25, 2021
5b95147
🙅‍♀️ - Create Gitignore
Loule95450 Oct 25, 2021
e88da62
Merge branch 'Develop' of https://github.com/CodingFactory-Repos/Java…
Loule95450 Oct 25, 2021
b090bda
👻 - Show Courses content
Loule95450 Oct 25, 2021
3da59ad
Merge pull request #1 from CodingFactory-Repos/Feature/ShowCourses
Loule95450 Oct 25, 2021
42d2e22
🔍 - Update Search
Loule95450 Oct 26, 2021
25b1189
🗑 - Add trash button on cart
Loule95450 Oct 26, 2021
ead518c
🗑 - Add Clear Cart button
Loule95450 Oct 26, 2021
f763efb
🗑 - Remove items and display stock
Loule95450 Oct 26, 2021
be6c836
[CodeFactor] Apply fixes
code-factor Oct 26, 2021
01ffbd4
✏️ - Adding comments, updating stocks
Loule95450 Oct 27, 2021
5e5acc3
🙅‍♀️ - Add filter on search bar
Loule95450 Oct 27, 2021
09c2822
📲 - Update notification design
Loule95450 Oct 27, 2021
6f1c05a
✏️ - Add more comments and delete consoles logs
Loule95450 Oct 28, 2021
aad6b9d
ajout de filtre pendant la recherche
Getsugo Oct 28, 2021
142b6e9
ajout de filtre pendant la recherche V2
Getsugo Oct 28, 2021
60597a0
🧐 - Add ReadME
Loule95450 Oct 28, 2021
e85007e
✨ - Update CSS
Loule95450 Oct 28, 2021
93b6bc7
Merge branch 'Develop' of https://github.com/CodingFactory-Repos/Java…
Loule95450 Oct 28, 2021
918627e
🐞 - 'input' is defined but never used.
Loule95450 Oct 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# E-commerce Website in JavaScript
🛒 - Exercise to learn how to make an e-commerce site in JavaScrip

## Where are the most important files located?

```bash
$ js/app.js
$ js/search.js
$ data/courses.js
$ index.html
```

## Explainations
This repository is the result of a school exercise and of a sprint of 1 week to learn JS and to apply some bases.

## License
[MIT](https://choosealicense.com/licenses/mit/)

## Quality certification
[![CodeFactor](https://www.codefactor.io/repository/github/CodingFactory-Repos/JavaScript-Shopping-Cart/badge)](https://www.codefactor.io/repository/github/CodingFactory-Repos/JavaScript-Shopping-Cart)
Loading