Skip to content

joeribreedveld/next-movies

Repository files navigation

Next Movies

Next Movies is a web application built with Next.js that allows users to browse and bookmark movies.

Features

  • Browse popular movies
  • View detailed information about each movie
  • Bookmark movies

Installation

  1. Clone the repository:
    git clone https://github.com/joeribreedveld/next-movies.git
  2. Navigate to the project directory:
    cd next-movies
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm run dev
  2. Open your browser and visit http://localhost:3000

Contributing

Contributions are welcome! Please open an issue or submit a pull request.