Salaheddin12 / movie-library

🎬 Movie library built with React

Home Page:https://moviac.iantrent.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍿 Movie Application

Movie library built with React and TMDb API.

Movie app preview

πŸ‘¨πŸ»β€πŸ’» Development

$ git clone https://github.com/imtrent/movie-library.git
$ npm install
$ npm start

This will serve the files at http://localhost:3000/

Environment Variables

In order for this app to work, you will need an API key. You can get this from TMDb Website

Create a copy of the .env.example file, and change the file name to .env

πŸ›  Linting

By default, npm start will log linting errors in the terminal.

If you have VSCode,

  • Install the ESLint and Prettier extensions.
  • ESLint will lint the code as you're developing, Prettier will format your code.

About

🎬 Movie library built with React

https://moviac.iantrent.com/


Languages

Language:JavaScript 66.4%Language:CSS 32.3%Language:HTML 1.4%