/hmdb

This project is a tutorial code repo for learning React.

Primary LanguageTypeScript

Bu proje React ile geliştirilmiş bir frontend eğitim uygulamasıdır. Sırasıyle React yeni proje oluşturma, React Router, Redux kütüphaneleri kullanılmıştır. Proje Typescript template kullanılarak oluşturulmuştur. Film verileri için TMDB kullanılmıştır.

Demo için tıklayın.

Ekran Görüntüleri

Home Page

Now Playing Movies Upcoming Movies Search Movies Search Movies for Jo
Now Playing Movies Upcoming Movies Search Movies Search Movies for "Jo"
Now Playing Movies Upcoming Movies Search Movies Movie Details
Top Rated Movies Make Favorite Favorite Movies Movie Details

installation

Clone the project to the local pc;

git clone https://github.com/hamzaak/hmdb.git
cd ./hmdb
npm install
npm start

npm scripts

  • npm start – start project locally
  • npm run build – export project for production

The MIT License

License: MIT