- An OTT movie streaming site.
- Practice site with Next.js and TailwindCSS | Project bootstrapped with create-next-app
@TODO
- Movie list and movie categories - data fetching and data types.
- Prepare
MovieCard
andHighlightedMovie
components.- Use streaming. Create fallback components with loading animation.
- Add
next/image
for movie banners and cards.
- Prepare
HighlightedMovieList
as slider andMovieList
as slider/grid. - Use input props for components and customise the movie list titles
Completed
- Initial component blueprints.
- Prototype customer journey / routes created.