Nathan-Somto / hng-task-two

The second task of hng internship (Movie Directory web app.)

Home Page:https://hng-task-two-dusky.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieBox (Hng Task Two)

Objective

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.

Prerequisites

  • Node.js: Make sure you have Node.js installed on your local machine. You can download it from nodejs.org.

Getting Started

Follow these steps to get the project up and running on your local machine.

  1. Clone the repository:
     $ git clone https://github.com/Nathan-Somto/hng-task-two.git
  1. Navigate to the project directory:
 $ cd your-project
  1. Install dependencies:
 $ npm i
  1. create a .env file and add your API_KEY
   $ touch .env && echo "API_KEY=your_api_key_please" >> .env
  1. start the server
   $ npm run dev

About

The second task of hng internship (Movie Directory web app.)

https://hng-task-two-dusky.vercel.app


Languages

Language:TypeScript 93.3%Language:JavaScript 4.2%Language:HTML 2.0%Language:CSS 0.5%