Wellcome! 🚀
This is my study react ts tailwindcss project "TMDB clone"
All information about movie, tv show and person
Movie/tv collections, cast and crew, trailers, recommendations
Search
Movie/tv lists, filters for genres
Login, favorite/watch list
All information is taken from the server using the TMDB API https://www.themoviedb.org/
yarn
# or
npm iyarn dev
# or
npm run devyarn build
# or
npm run buildyarn build && yarn start
# or
npm run build && npm run start