This project is a movie app that allows users to check for movies and TV series. It's a great tool for movie enthusiasts who want to stay updated with the latest releases and popular shows.
To use this app, follow these steps:
- Clone the repository to your local machine.
- Run
npm install
to install all the necessary dependencies. - Fill in the environment variables in your
.env
file. You will need to create a TMDB account and OMDB to get the following details:TMDB_BASEURL
TMDB_APIKEY
TMDB_BEARER_TOKEN
OMDB_BASEURL
OMDB_APIKEY
- Run the app locally using
npm run dev
.
You can check out the live version of the app here.
Contributions to this project are welcome! If you find a bug or think of a new feature, feel free to create an issue or open a pull request. Please ensure your code is clean and well-documented.
This project is licensed under the MIT License.