Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasesquivelgc/games-sales-hunter
This is my module 3: "React & Redux" capstone project for Microverse. Game-Sales-Hunter is a SPA built with CheapShark API that searches for the best deals on Steam.
https://github.com/tomasesquivelgc/games-sales-hunter
Last synced: 29 days ago
JSON representation
This is my module 3: "React & Redux" capstone project for Microverse. Game-Sales-Hunter is a SPA built with CheapShark API that searches for the best deals on Steam.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/games-sales-hunter
- Owner: tomasesquivelgc
- License: other
- Created: 2023-09-04T21:06:12.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-08T22:29:55.000Z (about 1 year ago)
- Last Synced: 2023-09-09T00:10:12.264Z (about 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.