Skip to content

SurajG20/Cinemato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinemato

ReactMovieApp || Reactjs

Tech Stack - ReactJs, Sass

A Simple Movie Application using React JS ,allows the user to search and filter movies they want from the MovieDB API. This is a responsive web application for viewing in both Mobile and Desktop.

Demo

Check out a live demo demo

Run these Commands:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Step 1:Clone the repository

 git clone https://github.com/SurajG20/Cinemato.git

step 2:Navigate to the clone

 cd your_path/Cinemato

Step 3: Install Node.js dependencies:

 npm install

Step 4: Set your api key environment variable(.env). Get an auth token from TheMovieDb

 VITE_APP_TMDB_TOKEN=your_auth_token

Step 5:

 npm  start