/online-store-vanilla-js

This is an online store app built with Vanilla JS

Primary LanguageJavaScript

Vanilla JS Online Store

This is an online store app built with Vanilla JS as an exercise. This use an API class that holds all the data needed for the project.

Demo

You can see a demo here

Stack

  • HTML
  • SASS
  • Javascript
  • Webpack

Run locally

1. Clone the repo

git clone <url_of_the_repo>

2. Install dependencies

npm install

3. Start local server

npm start

Server runs in localhost:3000