A full stack Node.js and React shopping cart app.
- React.js
- Node.js
- NPM
- Bootstrap 4
- HTML 5
- CSS 3
- JavaScript
- OOP
Try the application live at https://wickedsales.michaeljohnpoole.com/
- Users can view a catalog of products.
- Users can view product details by clicking on the product.
- Users can add items they want to purchase to their cart.
- Users can view their cart and see their current total.
- Users can checkout the products in their cart after providing their information.
- Clone the repository.
git clone https://github.com/MichaelPooleLF/wicked-sales-js
- Install the dependencies.
npm install
- Start the server.
npm run dev
- Visit localhost:3000 in your web browser
- Open the file in a code editor and start coding!