Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helcioitiyama/my-best-tv-series
- Owner: helcioItiyama
- Created: 2020-06-18T13:21:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:42:03.000Z (about 2 years ago)
- Last Synced: 2024-11-09T02:57:22.068Z (3 months ago)
- Language: JavaScript
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.
![]()
## :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
```