/movieApp

Primary LanguageTypeScript

movieApp

This is a web app that shows all the latest movies from the tmdb API.

MVP

  • Someone can view the latest movies on the homepage
  • Can search for a movie using the title
  • Can view movies grouped by genre
  • Can view single movie details

screenshot 1


screenshot 2


screenshot 4


How to run

If you want to use it on your laptop :

  • First, download the zip folder of the code or you can `git clone from the terminal
  • navigate to the files directory:
  • `npm install`
    

To install all the dependencies required

  • `npm run dev`
    

To start the app on your laptop