Frontend Stage 2 Task

Create a movie discovery web application that allows users to search for movies, view details about them, and save their favorite movies. You’ll be consuming data from the TMDB API.

Setup

Please follow the instructions below:

  1. Clone the repo
git clone https://github.com/Benrobo/hngx-fe.git
  1. Change directory
cd hngx-fe
  1. Install all dependencies
# if you have npm or yarn installed, do the following

# yarn users
yarn

#npm users
npm install
  1. Start the server
#yarn users
yarn dev

# npm users
npm run dev

The server should begin live at http://localhost:3000/