DEV Community

dev tips
dev tips

Posted on

Movie App Using Astro, TailwindCSS, TypeScript & TheMovieDB API

Astro Movie App

A movie app that allows users to view , and see details of each movie. This app built using Astro, TailwindCSS, TypeScript, and TheMovieDB API.

screenshot

Getting Started

  1. Clone the repository: git clone https://github.com/saidMounaim/astro-movie.git
  2. Install dependencies: npm install
  3. Create a .env file in the root and add the following
API_KEY=
Enter fullscreen mode Exit fullscreen mode
  1. Start the development server: npm run dev

Built With

Contribution

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

Github Repo: https://github.com/saidMounaim/astro-movie

Top comments (0)