Compact Store is one of the latest technology and digital lifestyle shopping portal. Providing a simulating online shopping experience, it offers the latest range of gadgets and electronic products at most competitive prices.
https://compact-store.vercel.app/
- ReactJS
- JavaScript
- Compact UI Component Library
- CSS
- JWT for authentication
- Mockbee for mock backend
- Vercel for Deployment
- Fork this repo
- Clone the repo using
git clone <repo-link>
- Make a new branch using
git checkout -b <branch-name>
- After making changes, add your files using
git add .
- Commit your files for push using
git commit -m "commit-message"
- Push these changes to your fork using
git push origin <branch-name>
- Create a pull request to the main repo.
- Make sure your branches are up to date with the master branch of the main repo.
- Add the upstream repo by using
git remote add upstream <upstream-repo-link>
- Fetch the latest commit details using
git fetch upstream
and merge them usinggit merge upstream/master master