https://github.com/harundogdu/movie-app-with-remix
This project is a Remix.run movie site application that I developed using Remix Run, Tailwind CSS and TMDB.
https://github.com/harundogdu/movie-app-with-remix
movies-api remix remix-run tmdb-api
Last synced: about 2 months ago
JSON representation
This project is a Remix.run movie site application that I developed using Remix Run, Tailwind CSS and TMDB.
- Host: GitHub
- URL: https://github.com/harundogdu/movie-app-with-remix
- Owner: harundogdu
- Created: 2022-03-16T17:47:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T20:21:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T12:02:10.450Z (about 2 months ago)
- Topics: movies-api, remix, remix-run, tmdb-api
- Language: TypeScript
- Homepage: https://movie-app-with-remix.vercel.app/
- Size: 1.29 MB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie App with Remix.js
Bu proje [Remix Run](https://remix.run/) , [Tailwind CSS](https://tailwindcss.com) ve [TMDB](https://www.themoviedb.org/) kullanılarak geliştirdiğim Remix.run film sitesi uygulamasıdır.
## Kullanılan paketler
- axios
- react-icons
- react-modals
- react-responsive-carousel
- react-youtube
- slugify
- tailwind-scrollbar
- tiny-invariant
- vanilla-tilt
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız. Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```
git clone https://github.com/harundogdu/movie-app-with-remix.git
```
Klonlama işleminin ardından kurulum işlemleri için terminal ekranına projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```
cd movie-app-with-remix && npm install
```
## Çalıştırma
Projeyi çalıştırmak için ana dizine gelip, aşağıdaki komutu yazmanız yeterli olacaktır.
```
npm run dev
```
## Live Demo
Canlı Demoyu [Bura](https://movie-app-with-remix.vercel.app/)dan İnceleyebilirsiniz
## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.dev/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.