SuhejlHadzi / movie-library

React Movie Library, using styled components

Home Page:https://suhejlhadzi.github.io/movie-library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Movie Library

Thumbnail

A simple Movie Library Created using theMovieDb API w/ dark mode.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development, testing and learning purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to create an API KEY in The Movie Database API Use your API key when fetching data in components.

https://api.themoviedb.org/3/movie/{movie_id}?api_key=<<api_key>>&language=en-US

Installing

Clone the Repository and run

npm install
npm run dev

Deployment

To deploy simply run

npm run build

Built With

Contributing

Please feel free to send pull request if you want to contribute!

Authors

About

React Movie Library, using styled components

https://suhejlhadzi.github.io/movie-library/


Languages

Language:JavaScript 93.4%Language:HTML 6.6%