Skip to content

ArgeNH/disney-app

Repository files navigation

Forks Stargazers Issues LinkedIn


Logo

Disney App Test

An awesome Disney App Test!

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Product Name Screen Shot

You can see the demo here

You can register on the site to use it and see each of its features here

You can log in on the site to use it and see each of its features here

Or you can also use this email and password to perform your tests

email: test@gmail.com
password: Secure123@

(back to top)

Built With

  • React
  • TailwindCSS
  • Firebase
  • Typescript

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • node version, I use 20.9.0

    node -v
  • npm

    npm install npm@latest -g

Installation

  1. Get a free API MOVIE Key at https://www.themoviedb.org/

  2. Config your firebase project and get your firebase config https://firebase.google.com/

  3. Clone the repo

    git clone https://github.com/argenh/disney-app.git
  4. Install NPM packages, but I use Bun, feel free to use npm or yarn

    bun install
  5. Create a .env file in the root of the project and add your API in the following way

     # FIREBASE ENVIROMENT VARIABLES
    
     VITE_FIREBASE_API_KEY=
     VITE_FIREBASE_AUTH_DOMAIN=
     VITE_FIREBASE_PROJECT_ID=
     VITE_FIREBASE_STORAGE_BUCKET=
     VITE_FIREBASE_MESSAGING_SENDER_ID=
     VITE_FIREBASE_APP_ID=
    
     # THE MOVIE DB API ENVIROMENT VARIABLES
    
     VITE_MOVIE_API_KEY=
     VITE_IMAGES_URL=https://image.tmdb.org/t/p/w342

(back to top)

Contact

Arge Niño - @arge_nino - darley1054@gmail.com

Project Link: https://github.com/ArgeNH/disney-app

(back to top)