A movie app that allows users to view , and see details of each movie. This app built using Astro, TailwindCSS, TypeScript, and TheMovieDB API.
- Clone the repository:
git clone https://github.com/saidMounaim/astro-movie.git
- Install dependencies:
npm install
- Create a .env file in the root and add the following
API_KEY=
- Start the development server:
npm run dev
All kind of contributions are welcome, please feel free to submit pull requests.