Animation of popular movies from the (TMDB) API in a responsive grid layout.
Featuring:
- This is a React.js app deployed with
create vite
. - Its objective lists out content from (TMDB's API) in a CSS grid container.
- Animation makes use of Framer Motion API.
AnimatePresence
animates components that are removed from the React tree.
Dependencies:
"dependencies": {
"framer-motion": "^7.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Regards,
Luigi Lupini
I ❤️ all things (🇮🇹 / 🛵 / ☕️ / 👨👩👧)
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev