lamjesus / Fakeflix

Not the usual clone that you can find on the web.

Home Page:https://fakeflixapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fakeflix

Not the usual clone that you can find on the web.

Image of Fakeflix Project

FakeFlix_Desktop.mp4

🎯 About

I have started this project with the purpose of learning how to structure a Web App of a mid-level complexity integrating the Redux logic.
I've tried to replicate the original layout as much as possible and I've also made some improvements in some sections inserting route animations and micro-interactions. I've also inserted a really close clone of Netflix's original splash animation, made entirely with CSS, as well as the play animation.
I put a lot of effort into it and I hope that you could like it.

The Web App redirects you to an authentication page, in which you can choose to sign up or to sign in: you can sign in with your custom account or with your Google account. Once you are logged in and after the splash animation, you will land on the homepage, in which you can find a mix of movies and series divided into rows.
Each row represents a movie/series category: you can click on it and you will be redirected to the selected category, a page that loads thousands of movies with an infinite scroll. You can also navigate to the movies page, series page, new & popular page (that contains the upcoming movies/series and the most popular ones) or you can navigate to your favorites page.
You can add/remove movies/series through the plus and minus buttons that you can find hovering each poster or opening a single movie's detail modal. If you click on the play button you can enjoy a custom CSS-only play animation with Fakeflix's brand name.
You have also the option to search through TMDd's catalogue using the search functionality inside the fixed navbar: you can search by movie name, actor or movie director.

Go try it and please let me know if you enjoyed it with a ⭐️, I would appreciate it a lot.

▢️ Demo

Here you can find the demo link:

Test credentials (for lazy users πŸ˜“)

Email: fakeflixuser@test.com
Password: FakeflixTest

✨ Features

βœ”οΈ   Display movies and series, old and upcoming, also from the real Netflix
βœ”οΈ   Category related page with infinite scroll
βœ”οΈ   Search by title, actor, movie director
βœ”οΈ   Add/Remove to/from "My list" functionality
βœ”οΈ   Detail modal with extra informations about the selected movie/series
βœ”οΈ   Customized splash animation (credits: Claudio Bonfati's pen) with characteristic Netflix sound
βœ”οΈ   Play animation with characteristic Netflix sound
βœ”οΈ   Google login
βœ”οΈ   User Sign In & User Sign Up
βœ”οΈ   Use of React hooks and custom hooks
βœ”οΈ   Favourites list persistence (session storage)
βœ”οΈ   Responsive layout
βœ”οΈ   Swipeable movies list
βœ”οΈ   Loading skeletons
βœ”οΈ   Route animations and micro-interactions (handled with Framer Motion)

πŸš€ Technologies

Netlify deploy & configuration

Netlify Status

Deploy configuration steps

  1. Connect your GitHub account to Netlify
  2. Select the project
  3. In Settings β†’ Build & Deploy β†’ Set Build command to : npm run build
  4. In Settings β†’ Build & Deploy β†’ Set Publish directory to : build
  5. In Settings β†’ Build & Deploy β†’ Set Environment variables β†’ Click on Edit variables and add yours (ie: TMBd's API key, Firebase configuration).

πŸ“Έ Screenshots

Sign In Screenshot of Fakeflix Sign In

Sign Up Screenshot of Fakeflix Sign Up

Homepage Screenshot of Fakeflix Homepage

Modal Detail Screenshot of Fakeflix Modal Detail

Mobile Experience

Fakeflix_MobilePlay.mp4

Desktop Experience

FakeFlix_Desktop.mp4

πŸ‘¨πŸ»β€πŸ’» Run Locally

  • Clone the project
  git clone https://github.com/Th3Wall/Fakeflix
  • Go to the project directory
  cd fakeflix
  • Install dependencies
  npm install
  • Create a .env file

  • Request an API key from TMDB and them add it to the .env file

REACT_APP_TMDB_API_KEY=REACT_APP_TMDB_API_KEY
  • Create a project inside Google Firebase and export the configuration

  • Add the configuration inside the .env file created previously

REACT_APP_FIREBASE_API_KEY=REACT_APP_FIREBASE_API_KEY
REACT_APP_FIREBASE_AUTH_DOMAIN=REACT_APP_FIREBASE_AUTH_DOMAIN
REACT_APP_FIREBASE_PROJECT_ID=REACT_APP_FIREBASE_PROJECT_ID
REACT_APP_FIREBASE_STORAGE_BUCKET=REACT_APP_FIREBASE_STORAGE_BUCKET
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=REACT_APP_FIREBASE_MESSAGING_SENDER_ID
REACT_APP_FIREBASE_APP_ID=REACT_APP_FIREBASE_APP_ID
REACT_APP_FIREBASE_MEASUREMEMT_ID=REACT_APP_FIREBASE_MEASUREMEMT_ID
  • Start the server
  npm start

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

πŸ“ License

MIT

About

Not the usual clone that you can find on the web.

https://fakeflixapp.vercel.app

License:MIT License


Languages

Language:JavaScript 68.4%Language:SCSS 30.9%Language:HTML 0.8%