Skip to content

risav-sarkar/moviesX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviesX

A website where you can explore movies!

Sample Movie Page

✨ About

MoviesX is a website where one can view popular and upcoming movies. It has a movie search functionality and one can view the cast, directors, etc of respective movies. It has a good frontend design and is responsive for mobile devices. The website is built using React.js and hosted in Netlify. The data is fetched from TMDB.

🚀 Usage

The website is hosted in Netlify. Click here to Visit


To run locally make sure you have NPM installed.

Just run the following command at the root of the project:

Install Dependencies

npm install

Run the app

npm start