Giter Club home page Giter Club logo

ebuy's Introduction

Ebuy

An E-commerce App built with React⚛

Deployed app: https://ebuy-kinshukshah-tech.netlify.app/

Backend source code (Express & Mongoose): https://github.com/kinshukshah/shopify-backend


Features:

  1. Local storage persistence of auth state
  2. Auth: Log in and Sign up
  3. Private and public routes: Private routes accessible only on login
  4. Search Params: Used for sort and filter.
  5. User actions like add/remove from cart, toggle wishlist
  6. Increment/decrement quantity in Cart page
  7. Total price with quantity shown in the checkout section
  8. React: useContext, useReducer, useEffect, useState, custom hooks, functional components

Features in progress/TODOs

  1. Add Search box
  2. add/edit/delete shipping addresses
  3. Connect to Stripe API for payments.
  4. Place an order, view previous orders.
  5. Product page for each product.
  6. Client Side Input Form Validation SignIn/SignUp.
  7. Full Page Modal for Products Filter.
  8. Fix Netlify Navigation Issue - Done
  9. Refactor Code.

Tech Stack & Libraries used:

  • React.js
  • React router
  • Axios
  • ExpressJS
  • NodeJS
  • MongoDB

Bootstrapped with create-react-app


Get started

  1. Clone the repo:
  $ git clone https://github.com/kinshukshah/Ebuy.git
  1. Switch to development branch:
  $ cd Ebuy
  $ git checkout development
  1. Install required node modules:
  $ npm install
  1. Start the dev server:
  $ npm start

Open the localhost link in the browser. Happy hacking!

Product list page screenshot

Ebuy-ss

ebuy's People

Contributors

kinshukshah 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.