Go to file
Norbert Maciaszek 8a6ceacf32 Edit .onedev-buildspec.yml 2025-08-08 18:04:35 +00:00
config Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
public Remove unused SVG files and add a new logo image; update global styles and layout to include a responsive Navbar component. 2025-08-05 18:25:28 +02:00
src Refactor global state management for movies: remove initialMovies prop from GlobalStoreProvider, implement useEffect to fetch movies on mount, and update layout metadata for a personalized movie tracking experience. 2025-08-08 17:34:37 +02:00
.gitignore Initial commit from Create Next App 2025-08-05 16:04:01 +02:00
.onedev-buildspec.yml Edit .onedev-buildspec.yml 2025-08-08 18:04:35 +00:00
README.md Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
drizzle.config.ts Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
next.config.ts Initial commit from Create Next App 2025-08-05 16:04:01 +02:00
package-lock.json Initial commit from Create Next App 2025-08-05 16:04:01 +02:00
package.json Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
pnpm-lock.yaml Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
postcss.config.mjs Initial commit from Create Next App 2025-08-05 16:04:01 +02:00
todo.md Add Drizzle ORM configuration and database schema for movie management app 2025-08-05 16:27:33 +02:00
tsconfig.json Initial commit from Create Next App 2025-08-05 16:04:01 +02:00

README.md

MovieBox 🎬

Osobista aplikacja do zarządzania filmami oglądanymi, planowanymi i nadchodzącymi premierami.

🧠 Główne funkcje (MVP)

  • Wyszukiwanie filmów przez TMDB API
  • Dodawanie do własnej bazy:
    • Chcę obejrzeć
    • Obejrzałem(-am)
    • Własne notatki/tagi
  • Podgląd daty premiery, plakatu, opisu
  • Lista nadchodzących premier

📦 Stack technologiczny

  • Next.js (App Router)
  • TailwindCSS + ShadCN
  • Drizzle ORM (z SQLite → PostgreSQL w przyszłości)
  • TMDB API do pobierania danych o filmach

📁 Struktura projektu