Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.9 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.9 KB

Vintage Shopping

A shopping/cart system using retro style.

ts logo html5 logo css3 logo

Vintage Shopping Screenshot

Introduction

The main focus of this project is the inspiration in a game’s cart system, and the project's cart system itself. I decided to create this, after playing Red Dead Redemption 2, being more specific, because of the game’s general stores system that uses a 'book' to buy items in-game.

It's just a cart system, with product prices being generated randomly on the home page. Once adding a product is added the cart, that price becomes the 'final price', unless the product is removed later and added again with the currenct price at that moment.

It's just a cart system, with product prices being generated randomly on the home page. Once adding a product is added the cart, that price becomes the 'final price', unless the product is removed later and added again with the currenct price at that moment.

How to use

First of all, you can clone this repository using the follow cmd:

git clone https://github.com/vinicius-goncalves/vintage-shopping.git

And then access the index.html file, in the dist folder. If you're using VSCode, open it with Live Server plugin.

Try it out

You also have the option to try it out online, just by clicking on this link: https://vintage-shopping.vinicius-goncalves.com/