Skip to content

iamfatihay/Movie-app

Repository files navigation

Movie App

Description

Welcome to the Movie App! This project provides a user-friendly platform for movie enthusiasts to explore and discover various movies. With a sleek interface and a range of features, it allows users to search for movies, view details, and even watch trailers.

Features

  • Movie Search: Easily search for movies using keywords or specific titles.
  • Movie Details: Access detailed information about each movie, such as release date, cast, and genre.
  • Watch Trailers: Watch trailers for the selected movies directly within the app.
  • User Accounts: Register an account or log in to save favorite movies and personalize the experience.
  • Responsive Design: Enjoy a smooth and intuitive user experience on various devices, including desktops, tablets, and mobile phones.
.
├── README.md
├── package-lock.json
├── package.json
├── public
│   └── index.html
├── src
│   ├── App.css
│   ├── App.js
│   ├── assets
│   │   └── icons
│   │       ├── GoogleIcon.js
│   │       └── avatar.png
│   ├── auth
│   │   └── firebase.js
│   ├── components
│   │   ├── MovieCard.js
│   │   ├── Navbar.js
│   │   ├── Switch.jsx
│   │   └── VideoSection.jsx
│   ├── context
│   │   └── AuthContextProvider.js
│   ├── helpers
│   │   └── ToastNotify.js
│   ├── index.css
│   ├── index.js
│   ├── pages
│   │   ├── Login.js
│   │   ├── Main.js
│   │   ├── MovieDetail.js
│   │   └── Register.js
│   └── router
│       ├── PrivateRouter.jsx
│       └── Router.js
└── tailwind.config.js

Example Outcomes

Technologies and Libraries

  • React.js: A powerful JavaScript library for building interactive user interfaces.
  • React Router: A popular routing library for handling navigation within the app.
  • Axios: A popular HTTP client for making API requests and handling responses.
  • Tailwind CSS: A highly customizable CSS framework for creating stunning designs with minimal effort.
  • Context API: Used for state management, providing global access to certain data and functions.
  • Responsive Design: Developed with responsiveness in mind to ensure a smooth experience on various devices.

Getting Started

To run the application on your local machine, follow these steps:

  1. Clone the project to your computer:

    git clone https://github.com/iamfatihay/Movie-app.git
    
  2. Open your terminal and navigate to the project directory.

    cd movie-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the application:

    npm start
    
  5. Open your web browser and visit http://localhost:3000 to explore the Movie App.

Contribution

Contributions to enhance the Movie App are welcome! If you find any bugs or have ideas for improvements, please open an issue or submit a pull request. Your input is highly appreciated!

License

The Movie Application is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.