This is a web app that consumes the Movie DB API.The app displays the latest trending movies Tv shows and one is able to view the movie or tv show details.
Go to the Movie DB API and then register for a free Api key
-
Clone the repository
https://github.com/MrMaina100/Movie-Verse.git
-
install dependencies
npm install
-
In the source folder(src) navigate to the context folder where the MovieDBContext file is located and place your api key you got from the Movie DB API in the variable
const APIKEY
. Replace the import.meta.env.VITE_APP_APIKEY with your api key.
- Run development server
npm run dev
All contributions are welcome. If you have any suggestions, bug reports or feature request go ahead and open an issue.