This is a simple React application that allows users to search for movie information through an API.
Preview: https://movie-search-app.kristab.com.np
- Search for movies by title
- Display movie information including title, release date, and overview
- Responsive design
- React
- JavaScript
- CSS
- The Movie Database (TMDb) API
- Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/movie-search-app.git
- Navigate to the project directory:
cd movie-search-app
- Install the dependencies:
npm install
- Rename .env-example to .env and place your api key. Learn how to get Api key by clicking here
To start the application, run:
npm start
This will start the development server and open the application in your default web browser.
- Enter a movie title in the search bar and click the search button to find movie information.
Feel free to submit issues or pull requests for improvements or bug fixes.
This project is licensed under the MPL-2.0 License.