DEV Community

Said Mounaim
Said Mounaim

Posted on

 

Movie App With Next.js 13, TailwindCSS & TypeScript 😍

Movie App

A movie app that allows users to view and search for movies, and see details of each movie. This app is still in progress and is built using Next.js 13, TailwindCSS, TypeScript, and TheMovieDB API.

Getting Started

  1. Clone the repository: git clone https://github.com/saidMounaim/nextjs13-movie-app.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Built With

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

Top comments (3)

Collapse
 
jt3k profile image
Andrey Gurtovoy

Looks like a crutch made of crutches

Collapse
 
comoestassergio profile image
Serge

It would be cool to have a mobile version cos at this point I think it's a must

Collapse
 
skmohammadi profile image
skmohammadi

not implemented very well

Visualizing Promises and Async/Await 🤯

async await

Learn the ins and outs of Promises and Async/Await!