Skip to content

TripleT511/movie-app-with-reactjs-and-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Build Movie App with ReactJS, TypeScript, Redux and Firebase.

Page

  • Home Page

Home

  • Login Page

Login

  • Sign Up Page

Sign up

  • Profile Page

Profile  Page

  • Search Page

Search

  • My list Page

My list

Installation

  1. Clone the project from github

    git clone https://github.com/TripleT511/movie-app-with-reactjs-and-typescript.git
  2. Install NPM packages

    npm install
  3. Create .env file and fill in the necessary information from the Firebase Authentication provided

    REACT_APP_FIREBASE_API_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
    REACT_APP_FIREBASE_AUTH_DOMAIN = 'xxxxxxxxxxxxxxxxxxxxxxxx'
    REACT_APP_FIREBASE_PROJECT_ID = 'xxxxxxxx'
    REACT_APP_FIREBASE_STORAGE_BUCKET = 'xxxxxxxxxxxxxxxxxxxxxxxxxx'
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID = 'xxxxxxxxxxxxxxxxxxx'
    REACT_APP_FIREBASE_APP_ID = 'x:xxxxxx:xxxx:xxxxxxxxxxxx'
  4. Start App

    npm start

Releases

No releases published

Packages

No packages published