Giter Club home page Giter Club logo

quickcart's Introduction

QuickCart

A quick and easy shopping cart for scalable use.

Version 1.0.0

  • QuickCart is a full stack application utilzing a Node.js server along with MongoDB to persist cart data. The current store only contains 12 items with a stock quantity of 1 for each item. Clicking on the item will redirect users to a detailed view. From there users can add items to the cart or remove the items from the cart if they wish. Clicking on the add-to-cart button directly from the products page will remove the item from the list and add it to the cart. Checkout is easy! No payment is needed. Clicking the checkout button will update your products page and will empty the cart simulating a successful purchase.

QuickCart

Tech Stack

Frontend

  • React-Redux - JS libraries for rendering page views and maintaining state
  • React Router v4 - Routing library for React applications, enabling URL for specific views
  • Bootstrap - mobile first styling framework
  • SASS/SCSS - CSS preprocessor

Backend

Dev/Build Tools

  • Webpack for bundling/scaffolding and Babel for transpiling

Install

Global Installs

For running Node server

$ brew install node

For building and deploying: Webpack

$ npm install webpack -g

Local Install

Download all dependencies listed under package.json

$ npm install

To Run the Application

Initiate both Development and Production servers by running the following:

$ npm run dev and in a separate terminal run $ npm run build and then $ npm run start

Frontend development changes are reflected immediately on http://localhost:8080 Production server is on http://localhost:3000

Contributing

I am happy to review and merge pull requests. Please see CONTRIBUTING if you'd like to add to this fun project!

License

MIT

quickcart's People

Contributors

bbtran avatar

Watchers

James Cloos avatar  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.