项目作者: AdrianValdes

项目描述 :
An open source project that works as a movies and tv-shows library using the The Movie Database API. It was build to practice `react`, `redux` and `firebase`.
高级语言: JavaScript
项目地址: git://github.com/AdrianValdes/all-movies.git
创建时间: 2021-02-10T08:38:26Z
项目社区:https://github.com/AdrianValdes/all-movies

开源协议:MIT License

下载


ShowMe - Movies and TV shows

GitHub
GitHub contributors

An open source project that is for all movie and TV show lovers. Here you will be able to find information about movies, TV shows and your favorite actors, read reviews, watch trailers and many more…

ShowMe site

Table of contents

General info

This project was created for Web Development Course in Digital Career Institute. It is a single page application using react.

Technologies

It was built with:

  • create-react-app
  • react-route-dom
  • redux
  • styled-components
  • firebase

🚀 Installation

  1. Clone the repo:

    1. git clone https://github.com/AdrianValdes/all-movies.git
  2. Install NPM packages:

    1. npm install
  3. Get a free API Key from the project The Movie Database here

  4. Get a free Firebase API Key. In order to accomplish this task you have to create an firebase account on https://firebase.google.com/ and add a new project or use a existing API you already may have.

  5. Create a .env file on the root of your project and enter both you APIs keys there:

    1. REACT_APP_KEY=<THEMOVIEDB-API-KEY>
    2. REACT_APP_FIREBASE_KEY=<FIREBASE-API-KEY>
  6. run npm start

Sources

This project is based on The Movie Database and its API.

Contacts