Skip to content

This is a react side project that allows you to know if a tv serie is worth watching based on its ratings.

Notifications You must be signed in to change notification settings

nainarazz/is-series-good-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-series-good

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.

demo gif

TOOLS

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)

INSTALLATION

To try the project on your local machine:

  1. Clone the repository: git clone git@github.com:nainarazz/is-series-good-react.git.
  2. Go to the project directory: cd is-series-good-react.
  3. Install packages: npm install.
  4. Start development server: npm run start.
  5. Open the browser at: http://localhost:3000

About

This is a react side project that allows you to know if a tv serie is worth watching based on its ratings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published