Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gedeonts/e-store
An e-commerce app, where the user is able to navigate, choose article with specific properties such color and size, and finally add to their bag
https://github.com/gedeonts/e-store
graphql reactjs redux redux-thunk
Last synced: 24 days ago
JSON representation
An e-commerce app, where the user is able to navigate, choose article with specific properties such color and size, and finally add to their bag
- Host: GitHub
- URL: https://github.com/gedeonts/e-store
- Owner: GedeonTS
- License: mit
- Created: 2022-08-04T15:31:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T08:01:28.000Z (about 2 years ago)
- Last Synced: 2023-03-04T05:14:40.651Z (over 1 year ago)
- Topics: graphql, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 404 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# E-Store
This project is an online store, where the user is able to navigate, choose article with specific properties such color and size, and finally add to their bag.
### Built With- Javascript
- React
- Redux
- NPM
- VS CODE### Getting Started
You can have a copy of this repo run on your local machine by just directly cloning it.
### Live Demo
Coming soon!
### Prerequisites
- Node.js
- npm
- vscode(or another editer)To get the output of our project make sure you have google Chrome, Mozila or any other browser installed.
- project endpoint [Here](https://github.com/scandiweb/junior-react-endpoint)
## Install
> In order to install this project please go through the following steps:
1. - [ ] Open the `Terminal`
2. - [ ] Navigate to the directory where you want to add this repository
3. - [ ] Run `git clone https://github.com/GedeonTS/E-store-by_Ushindi_Gedeon.git`
4. - [ ] Run `npm install` to install the necessary modules
5. - [ ] Run `npm start`### Run the following commands to run linter tests
WebHint
```bash
$ npx hint .
```StyleLint
```bash
$ npx stylelint "**/*.{css,scss}"
```ESLint
```bash
$ npx eslint .
```### Usage
> Open the index.html file with your code editor of your choice and/or a browser of your choice.
```bash
Open the project using a live saver extension that can be found into your code editor.
```## Authors
👤 **Ushindi Gedeon**
- GitHub: [@GedeonTS](https://github.com/GedeonTS)
- Twitter: [@Gedeon191](https://twitter.com/Gedeon191)
- LinkedIn: [Ushindi Gedeon](https://linkedin.com/in/ushindi-gedeon)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Original Idea by **[ScandiWeb](https://scandiweb.com/).**
## 📝 License
This project is [MIT](./MIT.md) licensed.