Welcome to the MovieVerse! This project is a comprehensive web application, designed for movie enthusiasts, providing a seamless way to explore, search, and learn about movies. Whether you're looking for the latest releases, top-rated classics, or detailed information about a specific film, this website has you covered.
The technologies used on this projects:
- React 18
- React Router
- CSS Modules
- GSAP
To setup and run this project locally follow the below steps:
- Click on 'Code' button on top right corner of your screen and clone the repo, running on a terminal:
git clone https://github.com/gneo0/Movie--Verse.git
cd Movie--Verse
- Install dependencies:
npm install # or npm i for shorthand
-
A TMDB API key is necessary, in order to fetch the related movies. Navigate to TMDB and create an account.
-
Then, on the root folder of the project create a .env file and paste your API key:
VITE_TMDB_API_KEY = <your-api-key>
- To run development server, type:
npm run dev
- Finally, open your browser and navigate to localhost:5173