micheqn3 / redux-store

E-commerce platform using Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Redux Store

An E-Commerce platform built using the MERN stack and allows the user to:

  • Create an account
  • Add items to their cart
  • Filter store items based on category
  • Checkout via Stripe when logged in

Link to deployed application

https://redux-store-micheqn3.herokuapp.com/

Installing locally

  1. Make sure you have Node.js to run the application
  2. Clone this repo

HTTPS: https://github.com/micheqn3/redux-store.git
SSH: git@github.com:micheqn3/redux-store.git

  1. Install the NPM packages

npm install

  1. Run the application

npm run develop

Technologies/Languages used:

  • JavaScript
  • MongoDB
  • Express
  • React
  • Node.js
  • Mongoose
  • Apollo Server Express
  • Apollo Client
  • GraphQL
  • JSON Web Token
  • Jwt-decode
  • React Router Dom
  • Stripe
  • Bcrypt
  • Concurrently

Screenshot of pages

Home Page
Home page

License License: MIT

MIT

About

E-commerce platform using Redux.

License:MIT License


Languages

Language:JavaScript 90.7%Language:CSS 6.4%Language:HTML 2.9%