Skip to content

barak109/TheNextNetflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation & Usage

yarn start

Flow

Get 5 Top names: autoComplete(client) -> search(client) -> Get data from TvMaze api and return 5 top(server) -> showData(client)

Get names: autoComplete(client) -> search(client) -> Get data from TvMaze api and return lightweight objects in array(server) -> showData(client)

Libraries that i used

Client:

  • create react app
  • typescript
  • node-sass
  • axios -react-autosuggest
  • @material-ui/icons

Server:

  • express
  • axios
  • body-parser
  • cors

For running server and client together:

  • npm-run-all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors