Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

# ๐Ÿ“– [Game Sales Hunter]

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)

## ๐Ÿ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **List of deals orginaized by deal rating**
- **Dinamically created routes and components**
- **Design for Mobile and small screens**

(back to top)

## ๐Ÿš€ Live Demo

- [Live Demo Link](https://monumental-raindrop-ef8680.netlify.app)

(back to top)

## ๐Ÿ’ป Getting Started

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
```

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **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/)

(back to top)

## ๐Ÿ”ญ Future Features

- [ ] **More deals!**
- [ ] **Organizer bar**
- [ ] **Search by store feature**

(back to top)

## ๐Ÿค Contributing

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/).

(back to top)

## โญ๏ธ Show your support

If you like this project please leave a star! It's a great encouragement!

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

## ๐Ÿ“ License

This project is [MIT](.LICENSE) licensed.

(back to top)