Skip to content

FrozenHearth/TmDB

Repository files navigation

TMDb

A movie-listing webapp which uses the TMDb API to display popular movies, and search for movies.

  • JS Libraries: React, Redux, Redux Saga and date-fns
  • Styling Libraries tailwind-styled-components (Allows you to write tailwind classes in styled components, instead of writing CSS from scratch)
  • Build Tooling: Vite
  • Deployed Link: https://tmdb-chi.vercel.app/

Running Locally

git clone https://github.com/FrozenHearth/TmDB.git
cd tmdb
pnpm i
pnpm dev

You can then open the app at http://localhost:5173

Alternatively, you can do yarn && yarn dev OR npm i && npm run dev if you don't have pnpm installed.

Releases

No releases published

Packages

No packages published