Skip to content

Commit

Permalink
Merge pull request #15 from Chamindu36/dev
Browse files Browse the repository at this point in the history
Introduce reducers and implement user context and cart context with reducers.
  • Loading branch information
Chamindu36 committed Jul 24, 2023
2 parents 9c7bb47 + 2b9866f commit 6c38a04
Show file tree
Hide file tree
Showing 6 changed files with 8,324 additions and 13,111 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/73553229-0d8d-4f13-877e-b4abbc33ef8a/deploy-status)](https://app.netlify.com/sites/chamindu-market-place-ecom/deploys)

# market-place-pet-project

E-commerce app project with Redux, Hooks, GraphQL, Stripe, Firebase

# How to fork and clone

One quick note about cloning this project. If you wish to make commits and push your own code, you'll need to fork the project first. Forking allows you to have your own copy of this repository by adding a duplicate version in your own profile!

You can see the fork button in the top right corner of every GitHub project; click it and a copy of the project will be added to your GitHub profile under the same name as the original project.

After forking the project, simply clone it the way you would from the new forked project in your own GitHub repository and you can commit and push to it freely!

# After you fork and clone:

## Install dependencies

In your terminal after you clone your project down, remember to run `npm install` to build all the dependencies in the project.

## Set your firebase config

Remember to replace the config variable in your firebase.utils.js with your own config object from the firebase dashboard! Navigate to the project settings gear icon > project settings and scroll down to the config code. Copy the object in the code and replace the variable in your cloned code.

<img width="1261" alt="Screen Shot 2022-03-11 at 8 51 22 PM" src="https://user-images.githubusercontent.com/10578605/157999158-10e921cc-9ee5-46f6-a0c5-1ae5686f54f3.png">
Loading

0 comments on commit 6c38a04

Please sign in to comment.