Movies Countdown
Technolgy Used
#Next.Js # Tailwind CSS# TMBD Api
This is a Project created with next js and tmdb api to show list of all the upcoming movies this year with countdown
Check out live demo at Movies Countdown for more details.
Features
Built with Next js
- Build With Tailwind CSS so you can customize this as per your requirement
- All Pages Are statically generated
- Custom Hook is implemented for resusability
- Image is optimized with
next/image
for optimization - SEO friendly with proper meta tags
- Sitemap is included
Robots.txt is included
Setup
- Clone the Repo
- run
yarn install
- Get Tmdb api from here
- Paste it in
.env
file underNEXT_TMDB_API
- run
yarn dev
starting the server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.