Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josh012006/oop
Landing page for selling games. Realised with Tailwind and using OOP principles to represent games and cart.
https://github.com/josh012006/oop
css dom html5 javascript oop tailwind
Last synced: about 2 months ago
JSON representation
Landing page for selling games. Realised with Tailwind and using OOP principles to represent games and cart.
- Host: GitHub
- URL: https://github.com/josh012006/oop
- Owner: Josh012006
- Created: 2024-05-07T18:06:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:18:17.000Z (8 months ago)
- Last Synced: 2024-05-21T13:37:08.094Z (8 months ago)
- Topics: css, dom, html5, javascript, oop, tailwind
- Language: JavaScript
- Homepage:
- Size: 8.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Preview
## About the project
This is a very primitive e commerce website. It is done using the basic languages like HTML, CSS and JS(with the DOM).I particularly like this project because it helped me understand and dive deeper into the concept of Object Oriented Programming in JavaScript. I created classes for the products, the cart and the cart items. I also used the local storage to save the cart. The website is responsive and the user can add products to the cart, remove them, see the total price and even buy them.
Even though it is not complex, it displays that I have good foundations in web development.
## Hope you enjoy.
Give it a try and I await the feedback.