This is a react side project that allows you to know if a tv serie is worth watching based on it's ratings. The ratings are basically retrieved from different API endpoints and after they are averaged. The design of UI was inspired by https://github.com/SKempin/reactjs-tmdb-app.
Tool | Description |
---|---|
React | Javascript library for building UI's |
React-Autosugges | A react component used for rendereing suggestions on an input element https://github.com/moroshko/react-autosuggest |
Material-Ui | React Components that Implement Google's Material Design. (https://material-ui.com/) |
Axios | A javascript package used for making HTTP requests in react (Promise based HTTP client for the browser and node.js) |
To try the project on your local machine:
- Clone the repository:
git clone [email protected]:nainarazz/is-series-good-react.git.
- Go to the project directory:
cd is-series-good-react
. - Install packages:
npm install
. - Start development server:
npm run start
. - Open the browser at: http://localhost:3000