-
Search and watch movies: users can search for movies by title and can watch them easily
-
Trending Movies: displays a section for trending movies
-
Upcoming movies: displays a section for upcoming movies
-
Movie Details: users can view detailed information about each movie
Yomovie is built using the following technologies:
- ReactJS
- TMDB API
Firstly, download the entire website code and extract the ZIP file to a folder on your local system.
Before starting the website, you will need to obtain the TMDB Movies API key . Follow these steps to obtain them and add them to your .env
file.
- Go to https://www.themoviedb.org/ and log in.
- Click on your user profile picture in the navigation bar, and select "Settings".
- In the settings, select "API" and generate an API key.
Open your code editor (such as VS Code) and navigate to the project directory. Then, open a terminal and run the following command:
npm run dev
This will start the application. Open a web browser and navigate to http://localhost:3000 to access the website.
Note: Ensure that you have carefully added the TMDB API key to your .env file. If the .env file is not working, add all the API keys and configuration manually.
-
Check out our live demo at https://yomovie.netlify.app/
-
Source code https://github.com/Adarsha59/my_movie.git
Adarsha Paudyal
- Email: adarsha.pau@gmail.com
- GitHub: github.com/Adarsha59/
Contributions are always welcome, open a Pull Request and help us improve the project.