/react-cloth

React E-commerce platform with Firebase backend

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

React Clothing


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

React Cloth

React Cloth

A Progressive Web App (PWA) e-commerce platform aimed to show off my React skills. You can check it out live at the link above. You can register with email or sign-in with Google. Add items to your cart and checkout with Stripe.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

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

Prerequisites

Make sure you have npm/yarn on your machine and in the PATH variables.

Installation

  1. Clone the repo

       git clone https://github.com/dimitur2204/react-cloth.git
  2. Install NPM packages Run in the root folder

       npm install

    or

     yarn
  3. To start a local dev environment open the root folder and run

yarn dev

or

npm run dev
  1. To get a production ready bundle run
  • yarn build
    yarn build

or

  • npm run build
    npm run build

Roadmap

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

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @dimitur2204 - dimitur2204@gmail.com

Project Link: https://github.com/dimitur2204/react-cloth

Acknowledgements