- π About the Project
- π» Getting Started
- π€ Contributing
- β Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
In this project, we will be working with real live data from the TMDB API. Our task is to build a web application that allows users to discover movies, search for them by title, view movie details, and save their favorite movies.
- Responsive UI with a grid layout for movie posters.
- Movie search by title with loading indicator.
- Detailed movie information including title, release date, and runtime.
- Integration with the TMDB API for real-time movie data.
- HTML.
- css.
- JavaScript.
- React
- React front-end framework
- Git-flow
- Es6 module
-
Install git, if you already have git installed skip this step.
-
Open the command terminal
-
Navigate to the directory you want the remote directory to be cloned to
-
Go to the GitHub and copy the URL of the repository
-
Clone the repository by typing git clone the URL copied in step 4
-
Hit enter on the keyboard
-
Navigate to the copy of your cloned repository using the cd command
cd hngx-movieapp
In order to run this project you need:
- Basic knowledge of HTML, CSS, JavaScript, and the code editor of your choice.
- Basic knowledge of the computer operating system.
Clone this repository to your desired folder:
To install all the dependencies used in the project: npm install
To build this project from the source folder using webpack: npm run build
In order to start a server and deploy the project locally: npm run start
In order to run the tests, use the following command: npm run test
You can deploy this project using: GitHub pages or any host of your choice
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a β.
I would like to thank HNGx for the opportunity to learn how to set up this project.
-
How will I set this project in a local machine
- Run the following command in the terminal: git clone https://github.com/Power70/hngx-task02.git
-
Which code editor should I use
- You can use any editor of your choice but I recommend vs. code.
- π About the Project
- π» Getting Started
- π€ Contributing
- β Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
In this project, we will be working with real live data from the TMDB API. Our task is to build a web application that allows users to discover movies, search for them by title, view movie details, and save their favorite movies.
- Responsive UI with a grid layout for movie posters.
- Movie search by title with loading indicator.
- Detailed movie information including title, release date, and runtime.
- Integration with the TMDB API for real-time movie data.
- HTML.
- css.
- JavaScript.
- React
- React front-end framework
- Git-flow
- Es6 module
-
Install git, if you already have git installed skip this step.
-
Open the command terminal
-
Navigate to the directory you want the remote directory to be cloned to
-
Go to the GitHub and copy the URL of the repository
-
Clone the repository by typing git clone the URL copied in step 4
-
Hit enter on the keyboard
-
Navigate to the copy of your cloned repository using the cd command
cd hngx-movieapp
In order to run this project you need:
- Basic knowledge of HTML, CSS, JavaScript, and the code editor of your choice.
- Basic knowledge of the computer operating system.
Clone this repository to your desired folder:
To install all the dependencies used in the project: npm install
To build this project from the source folder using webpack: npm run build
In order to start a server and deploy the project locally: npm run start
In order to run the tests, use the following command: npm run test
You can deploy this project using: GitHub pages or any host of your choice
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a β.
I would like to thank HNGx for the opportunity to learn how to set up this project.
-
How will I set this project in a local machine
- Run the following command in the terminal: git clone https://github.com/Power70/hngx-task02.git
-
Which code editor should I use
- You can use any editor of your choice but I recommend vs. code.