Skip to content

Latest commit

 

History

History
140 lines (96 loc) · 3.75 KB

File metadata and controls

140 lines (96 loc) · 3.75 KB

Github Issues Github Last Commit


Market

Market

An e-commerce store using React, Redux, Hooks, Stripe, Firebase, and GraphQL
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Main Page

Market is an e-commerce web platform, providing a clean and very easy user experience for customers to use. This is intergrated with a test version of Stripe, so it is unable to process real payments. This platform will be using Firebase as a means to authenticate and hold storage.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/Prones94/Market_Store.git
  2. Install NPM packages
    npm install

Usage

Sign In

Items

The user can sign in with either their google account or their email. If they need to register, then they can register with their email. Once signed in, the user can look at different categories based on the type of clothing. Once clicked, the category will show a list of all the items associated with that category type. Users can click on on the item, adding this item to the cart at the top right of the page. The cart can show all the added items and also remove them as well.

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License

Contact

Your Name - Ian Rones

Project Link: https://github.com/Prones94/Market_Store

Acknowledgements

  • - Yihua Zhang
  • - Andrei Neagoie