Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.01 KB

SOCIAL MOVIE

A Simple Movie Application using React JS, allows the user to search movies and cast they want from the MovieDB API

For UI creation Styled Components were used

This is a responsive web application for viewing in both Mobile and Desktop.

Home Page

home page image

Demo

Check out a live demo and try it for yourself: demo

Run These Commands:

Step 1:Clone the repository

 git clone https://github.com/thawansilva/socialmovie.git

step 2:Navigate to the clone

 cd your_path/socialmovie

Step 3: Install Node.js dependencies:

 npm install

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

 VITE_API_KEY=your_api_key

Step 5:

 npm run dev

Copyright (c) 2023 Thawan Silva