Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/my-best-tv-series

App using ReactJS that simulates a vote to choose my favorite tv series
https://github.com/helcioitiyama/my-best-tv-series

Last synced: about 2 months ago
JSON representation

App using ReactJS that simulates a vote to choose my favorite tv series

Awesome Lists containing this project

README

        

## :arrow_right: ABOUT THE PROJECT

This project was developed using ReactJS to simulate ramdon votes to choose my best favorite series. It was inspired by what I learned at IGTI Bootcamp.


homepage

## :computer: TECHNOLOGIES USED FOR THIS PROJECT:

- [**express**](https://github.com/expressjs/express)
- [**react**](https://github.com/facebook/react)
- [**cors**](https://github.com/expressjs/cors)
- [**react-countup**](https://github.com/glennreyes/react-countup)
- [**react-flip-move**](https://github.com/joshwcomeau/react-flip-move)
- [**styled-components**](https://github.com/styled-components/styled-components)

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, NodeJS, Babel, WebPack.

You just need to run the following commands:

```bash
# Clone this repository
$ https://github.com/helcioItiyama/my-best-tv-series.git

# Go into the repository
$ cd my-best-tv-series

# Install dependencies
$ yarn

# Run page
$ yarn start
```