Table of Contents
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@
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.
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
-
Get a free API MOVIE Key at https://www.themoviedb.org/
-
Config your firebase project and get your firebase config https://firebase.google.com/
-
Clone the repo
git clone https://github.com/argenh/disney-app.git
-
Install NPM packages, but I use Bun, feel free to use npm or yarn
bun install
-
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
Arge Niño - @arge_nino - darley1054@gmail.com
Project Link: https://github.com/ArgeNH/disney-app