Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

22mahmoud/MoviesLynks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviesLynks 🎬

Search and create your favorite List with MoviesLynks 😄

Live Demo

you can check out a live demo of it here! hosted on netlify

Getting Started

Prerequisites

You’ll need to have Node 8.10.0 or later on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.

Installing

Clone The repository, and install dependencies.

> git clone https://github.com/22mahmoud/movies-app-lynks.git
> cd movies-app-lynks
# install using yarn
> yarn
# or npm
> npm i

Before create .env file

  1. get your own themoviedb Api Key from here
  2. setup your firebase project and enable the email authentication from firebase console

Create your .env file and change XXXXX to your values

> cp .env.sample .env

Features

  • HomeScreen with Popular & Top Movies
  • User can search for a movie
  • user can Login/Sign
  • User can add/remove movies to Favourites List
  • Infinite scroll pagination

Deployment

check netlify guide to depoly your app from here

Built With

Releases

No releases published

Packages

No packages published