Check The Live Website ➡️ Live Website
Project aims to create a Movie App.
Movie App (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assest
│ │ ├── avatar.png
│ │ └── GoogleIcon.js
│ ├── auth
│ │ └── firebase.js
│ ├── components
│ │ ├── Switch.js
│ │ ├── MovieCard.js
│ │ ├── VideoSection.js
│ │ └── Navbar.js
│ ├── context
│ │ └── AuthContextProvider.js
│ ├── helpers
│ │ └── ToastNotify.js
│ ├── pages
│ │ ├── Login.js
│ │ ├── Register.js
│ │ ├── Main.js
│ │ └── MovieDetail.js
│ ├── router
│ │ ├── PrivateRouter.js
│ │ └── AppRouter.js
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
├── Animation.gif
├── .env
└── yarn.lock
👉 I mastered ReactJS, firebase , Tailwind, react-toastify, features in this project. You can see the visual representation of the website above.