Skip to content

DesertDevVids/nextjs-imdb-awesome-app

 
 

Repository files navigation

NextJS AwesomeIMDB App

This is a demo project showcasing a movie search app built with Next.js and the OMDb API. It allows users to search for movies, view detailed information about them, and explore movie posters, ratings, and more. Perfect for learning how to integrate third-party APIs with React-based frameworks like Next.js.

Features

  • Search for movies using the OMDb API.
  • Display movie posters, titles, year of release, and IMDb ratings.
  • Responsive design with smooth UI interactions.
  • Server-side rendering (SSR) for better SEO and performance.

Tech Stack

  • Frontend: React, Next.js
  • API: OMDb API (Open Movie Database)
  • Styling: CSS, Flexbox, Grid
  • Deployment: Vercel (or any preferred platform)

Screenshots

Here are some cool screenshots of the app in action:

Screenshot 1

Screenshot 2

This is a Next.js project bootstrapped with create-next-app.

Getting Started

To get this project up and running on your local machine, follow these steps:

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn
  • OMDb API key (sign up at OMDb API to get one)
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Contributing

If you'd like to contribute to this project, feel free to fork the repo, create a branch, and submit a pull request. Make sure to follow the coding conventions and write tests where applicable.

License

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

❤️ Found this project useful?

If you found this project useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.

Feel free to reach out to me through @sanjaykumarwebs if you have any questions or feedback!

Recommended / Preferred

About

An awesome application just like IMDB with next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • TypeScript 23.6%
  • CSS 3.7%