HNG Task 2
This repository contains code for HNG Task 2. This App consumes TMDB API to intereact with users
CORE FEATURES
- Displaying top 10 rated movie in the homepage
- Allows user to search for a movie using the form
How to Execute the Code To run this code, follow these simple steps:
- Clone the Repository:
Start by cloning the repository. You can do this by navigating to the following link in your web browser: https://github.com/Ausranking/moviebox Alternatively, you can use Git to clone the repository with the following command in your terminal or command prompt: git clone https://github.com/Ausranking/moviebox
- Install Dependencies:
After cloning the repository, navigate to the project directory using your terminal or command prompt. Run the following command to install the project's dependencies using npm (Node Package Manager): npm install
- Run the Application:
Once the installation is complete, you can start the application by running the following command: npm run dev Now, your HNG Task 2 code should be up and running. Make sure to follow these steps carefully to ensure the successful execution of the code.
Happy coding!