Skip to content

πŸ”πŸŽ₯ A film browsing, searching, and management application built with Next.js, utilizing Tailwind CSS and Material-UI. It fetches movie data from The Movie Database (TMDB API) and supports various devices (mobile, tablet, desktop).

Notifications You must be signed in to change notification settings

OlgaPikulska/what-to-watch-today

Repository files navigation

πŸŽ₯ What to watch today?

What to watch today? is a film browsing, searching, and management application built with Next.js, utilizing Tailwind CSS and Material-UI. It fetches movie data from The Movie Database (TMDB API) and supports various devices (mobile, tablet, desktop). Users can also manage their personal movie library.


πŸ› οΈ Technologies

  • Next.js – React framework with SSR and ISR support.
  • Tailwind CSS – Utility-first CSS framework.
  • Material-UI (MUI) – React component library for building user interfaces.
  • Firebase – Authentication and real-time database for managing user data.
  • TMDB API – Source of movie data.
  • TypeScript – Ensures type safety and better code maintainability.

🚧 Development Setup

1. Clone the repository:

git clone https://github.com/OlgaPikulska/what-to-watch-today.git
cd what-to-watch-today

2. Install dependencies using pnpm:

npm install -g pnpm
pnpm install

3. Set up the TMDB API key in an .env.local file:

  1. Go to the TMDB website.
  2. Generate your API key.
  3. Create a .env.local file in the project root and add your API key:
NEXT_PUBLIC_API_URL=https://api.themoviedb.org/3
NEXT_PUBLIC_API_KEY=your_api_key

4. Start the development server:

pnpm dev

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

5. Run tests:

pnpm test

6. Build for production:

pnpm build
pnpm start

πŸ“– API Documentation


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

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.

About

πŸ”πŸŽ₯ A film browsing, searching, and management application built with Next.js, utilizing Tailwind CSS and Material-UI. It fetches movie data from The Movie Database (TMDB API) and supports various devices (mobile, tablet, desktop).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published