Skip to content

Sekunev/movie-app-tailwind

Repository files navigation

Movie App

Check The Live Website ➡️ Live Website

Description

Project aims to create a Movie App.

Visualization of the Website

image

Project Skeleton

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

Used in this project

👉 I mastered ReactJS, firebase , Tailwind, react-toastify, features in this project. You can see the visual representation of the website above.