Skip to content

Movie app that lets users search, explore, and view movie details with a smooth, user-friendly interface.

Notifications You must be signed in to change notification settings

gneo0/Movie-verse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieVerse

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.

Table of Contents

  1. Technologies
  2. Installation

Technologies

The technologies used on this projects:

  • React 18
  • React Router
  • CSS Modules
  • GSAP

Installation

To setup and run this project locally follow the below steps:

  1. 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
  1. Install dependencies:
npm install # or npm i for shorthand
  1. A TMDB API key is necessary, in order to fetch the related movies. Navigate to TMDB and create an account.

  2. Then, on the root folder of the project create a .env file and paste your API key:

VITE_TMDB_API_KEY = <your-api-key>
  1. To run development server, type:
npm run dev
  1. Finally, open your browser and navigate to localhost:5173

About

Movie app that lets users search, explore, and view movie details with a smooth, user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published