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

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.

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)