This is a project that I made to get used with the new Next.js updates and learn how to use Tailwindcss
- I used the TMDB api to get the movies data
- The site is completly responsive
First install the packages:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Then open the browser in http://localhost:3000/
url