Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasesquivelgc/games-sales-hunter
๐ฎ๐น Game-Sales-Hunter is a SPA built with CheapShark API that searches for the best deals on Steam. This is my Module 3: React&Redux capstone project.
https://github.com/tomasesquivelgc/games-sales-hunter
api game games react redux steam
Last synced: 22 days ago
JSON representation
๐ฎ๐น Game-Sales-Hunter is a SPA built with CheapShark API that searches for the best deals on Steam. This is my Module 3: React&Redux capstone project.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/games-sales-hunter
- Owner: tomasesquivelgc
- License: other
- Created: 2023-09-04T21:06:12.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-09T17:33:41.000Z (over 1 year ago)
- Last Synced: 2024-12-31T12:06:03.827Z (28 days ago)
- Topics: api, game, games, react, redux, steam
- Language: JavaScript
- Homepage: https://monumental-raindrop-ef8680.netlify.app
- Size: 217 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Games Sales Hunter
# ๐ Table of Contents
- [๐ About the Project](#about-project)
- [๐ Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [๐ Live Demo](#live-demo)
- [๐ป Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [๐ฅ Authors](#authors)
- [๐ญ Future Features](#future-features)
- [๐ค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐ Acknowledgements](#acknowledgements)
- [๐ License](#license)This is my Capstone Project for Microverse Module 3: React&Redux. Games Sales Hunter is a simple SPA designed for mobile. It's purpouse is to fetch a list of game deals on steam using [CheapShark API](https://apidocs.cheapshark.com) and redirect you to a dinaminc Route that will present you with more information and a link to the official steam store. For a better look you can check my video: [Module 3 Capstone project](https://www.loom.com/share/2f6b087c15ee42dfa27fe7280382cfd0?sid=7a08f0b9-0881-4659-ac55-1ce859be418a)
Client
Server
Database
- **List of deals orginaized by deal rating**
- **Dinamically created routes and components**
- **Design for Mobile and small screens**
- [Live Demo Link](https://monumental-raindrop-ef8680.netlify.app)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-only a code editor and a browser
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
gh repo clone tomasesquivelgc/Games-Sales-Hunter
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
```sh
npm run preview
```
๐ค **Tomas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomรกs-esquivel-b2160568/)
- [ ] **More deals!**
- [ ] **Organizer bar**
- [ ] **Search by store feature**
Thank you [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) for the [project template](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star! It's a great encouragement!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](.LICENSE) licensed.