Cakirfan / movie-app

Home Page:https://movie-app-cakirfan.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moviee

Project-06 : Movie App

Description

Project aims to create a Movie App.

Problem Statement

  • We are adding a new project to our portfolios. So we have started to work on the project.

Project Skeleton

06 - Movie App (folder)
|
|----readme.md
SOLUTION
├── public
│     └── index.html
├── src
│    ├── assets
│    │     └── icons
│    ├── auth
│    │     └── firebase.js
│    ├── components
│    │     ├── MovieCard.js
│    │     └── Navbar.js
│    │     └── Switch.js
│    │     └── VideoSection.js
│    ├── context
│    │     └── AuthContext.js
│    │     └── MovieContext.js
│    ├── helpers
│    │     └── ToastNotify.js
│    ├── pages
│    │     ├── Login.js
│    │     ├── Register.js
│    │     ├── Main.js
│    │     └── MovieDetail.js
│    ├── router
│    │     └── AppRouter.js
│    │     └── PrivatRouter.js
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
├── .env
└── tailwind.config.js


## Objective

Build a Movie App using ReactJS.


### At the end of the project, following topics are to be covered;

- HTML
- CSS
- JS
- ReactJS

About

https://movie-app-cakirfan.vercel.app


Languages

Language:JavaScript 85.4%Language:CSS 9.7%Language:HTML 4.9%