React TV Series List

react js project

This was one of my first React JS projects, hence why the UI is very minimal. None the less, it uses a TV database API to fetch information about any tv show you wish to lookup.

For example, if you search up 'Game of Thrones', the database will return a list of the top 6 matches that are related to the search term.

Selecting any of the shows will take you to a page that displays some basic information about the tv show, including the cover art.

Although this project is fairly simple looking, there is a lot going on behind the scenes. From API calls, to the simulation of different webpages using 'React Router DOM', this website uses many fundamental react js features that serve as a stepping stone for larger and more complex projects in the future.