A full stack Node.js and React shopping cart app for mechanical keyboard enthusiasts.
- React.js
- JavaScript
- PostgreSQL
- Node.js
- npm
- Webpack
- Babel
- Express
- HTML 5
- CSS3
- Bootstrap 4
- JSON
Try the application live at https://keebology.keenanng.com/
- User can view the products for sale
- User can view the details of a product
- User can add a product to their shopping cart
- User can view their cart summary
- User can remove an item from their cart
- User can place an order
-
Clone the repository.
git clone https://github.com/dotkeenan/wicked-sales-js.git cd wicked-sales-js
-
Install all dependencies with NPM.
npm install
-
Run the webpack development server.
npm run dev
-
Once started you can view the application by opening http://localhost:3000 in your browser.