Next Movies is a web application built with Next.js that allows users to browse and bookmark movies.
- Browse popular movies
- View detailed information about each movie
- Bookmark movies
- Clone the repository:
git clone https://github.com/joeribreedveld/next-movies.git
- Navigate to the project directory:
cd next-movies
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
Contributions are welcome! Please open an issue or submit a pull request.