Giter VIP home page Giter VIP logo

hyperion-online-store's Introduction

hyperion-online-store

Table of contents

  1. Description
  2. Installation
  3. Languages
  4. Technologies
  5. Features
  6. Usage
  7. Credits

Description

An online store created for hyperiondev bootcamp. It loads products via JS and displays them in a grid. Elements are styled with bootstrap. Additionally, it has a shopping cart. It also has some interactivity added with jQuery.

Installation

Installation instuctions for Debian based systems:

git clone https://github.com/neil-feris/hyperion-online-store.git /var/www/hyperion-online-store
sudo apt-get install nginx
sudo nano /etc/nginx/sites-available/hyperion-online-store
server {
    listen 80;
    server_name hyperion-online-store.local;
    root /var/www/html/hyperion-online-store;
    index index.html index.htm;
    location / {
        try_files $uri $uri/ =404;
    }
}
sudo ln -s /etc/nginx/sites-available/hyperion-online-store /etc/nginx/sites-enabled/hyperion-online-store
sudo service nginx restart
cd /var/www/html/hyperion-online-store
npm start

Languages

  1. HTML
  2. CSS
  3. JavaScript

Technologies

  1. Bootstrap
  2. jQuery

Features

  1. Products
  2. Cart
  3. Checkout

Products

Products are loaded with JavaScript and are displayed in a responsive bootstrap grid.

Cart

The cart is loaded with JavaScript and is stored in local storage.

Checkout

User can choose shipping options as well as apply a coupon code.

Usage

After installing the project, you can access it by opening a browser and typing in the following URL:

http://localhost

Main Page:

Main Page

Deals Page:

Deals Page

Cart Page:

Cart Page

Credits

All code written by neil-feris and hyperiondev.

hyperion-online-store's People

Contributors

neil-feris avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.