Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.26 KB

wicked-sales-js | "The Picks"

An interactive full-stack mobile responsive Node.js and React shopping cart application simulating a signature guitar picks eCommerce site.

Technologies Used

  • React
  • Node.js
  • Express
  • JavaScript ES6
  • PostgreSQL
  • Bootstrap 4
  • CSS3
  • HTML5
  • npm
  • Webpack
  • Babel

Live Demo

Try the application live at https://thepicks.ashkankardan.net/

Features

  • User can view products for sale - Back End.
  • User can view products for sale - Front End.
  • User can view details of a product - Back End.
  • User can view details of a product - Front End.
  • User can add product to their cart - Back End.
  • User can add product to their cart - Front End.
  • User can view their cart summary - Front End.
  • User can place an order - Back End.
  • User can place an order - Front End.

Preview

Thepicks

Getting Started

  1. Clone the repository.

    git clone https://github.com/ashkankardan/wicked-sales-js.git
    cd the-picks
  2. Install all dependencies with npm.

    npm install
  3. Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.

    npm run dev