Skip to content

sel-hamr/tor-movies

Repository files navigation

Tor Movies

Welcome to Tor Movies! This project is a web application for browsing and discovering movies. It is built with modern web technologies and hosted on Vercel.

Table of Contents

Features

  • Browse a wide range of movies
  • Search for movies by title
  • View detailed information about each movie
  • Responsive design for mobile and desktop
  • Build modern Next.js 14 server-side app with server actions
  • Infinite scroll for seamless browsing
  • Framer Motion animations for a dynamic user experience

Technologies Used

  • Frontend: Tailwind, Framer-motion,Next.js
  • API: Themoviedb
  • Hosting: Vercel

Screenshots

Here are some screenshots of the Tor Movies web application:

Homepage

Homepage

Movie Details

Movie Details

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sel-hamr/tor-movies
    cd tor-movies
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env.local file in the root directory and add the necessary environment variables. For example:

    THE_MOVIESDB_API_KEY=your_api_key_for_the_movie_db
    
  4. Start the development server:

    npm run dev
  5. Open your browser and go to http://localhost:3000.

Usage

Once the project is set up, you can use it as follows:

  • Navigate through the list of movies
  • Use the search bar to find specific movies
  • Click on a movie to view its details

Contributing

We welcome contributions to improve Tor Movies! To contribute, follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or issues, please contact:


Thank you for using Tor Movies! We hope you enjoy discovering new movies.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published