Movies app with a Netflix vibes. For the data requests i used The Movie Database Api. I Built the entire app with React.js, JavaScript, TailwindCSS, Firebase and React-router-dom. You can sign up and sign in with Firebase Auth and I used firestore to save movies into a firestore database.
Deploy Site: https://video-club-app.vercel.app/
- Vite
- React
- Javascript
- Tailwind
- Firebase Auth
- Firestore Database
- React router dom v6
- React icons
- React toastify
- React Hooks
Before you can run this app, you need to get an API KEY from The Movie Database, please go to The Movie Database
Also you need to create a new project in your firebase account and get your personal firebase api keys. Please go to Firebase
-
Clone this repo
git clone https://github.com/matiarias/video-club-app
-
Install all the required dependencies.
npm install
-
To start on your local machine:
npm run dev




