Skip to content

ittisafur/movie-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb25935 · Aug 6, 2023

History

26 Commits
Aug 6, 2023
Dec 23, 2021
Aug 6, 2023
Dec 23, 2021
Aug 6, 2023
Dec 31, 2021
Aug 6, 2023
Sep 1, 2021
Dec 23, 2021
Dec 31, 2021

Repository files navigation

Getting Started

You will need to get the Api key from Developer TMDB I'm using the V3 API and the app is structured for V3 api

For Yarn setup

yarn

yarn start

For NPM setup

First remove the yarn.lock file

npm i

npm run start

Todos

  • [] yarn build throwing error
  • Migrate from react-router v5 to v6
  • Migrate from tailwind v2 to v3
  • Convert to Typescript from Javascript ( JSX to TSX )
  • [] Create Interface for better type casting
  • [] Setup Eslint
  • [] Setup Testing
  • [] Apply Locomotive Scroll
  • [] Apply GSAP or Framer Motion
  • [] Complete Documentation