https://github.com/harundogdu/moviesapp-reduxtoolkit
Using React.js ,SCSS, TMDB API and Redux Toolkit the repo where I developed the MovieApp.
https://github.com/harundogdu/moviesapp-reduxtoolkit
react redux reduxtoolkit scss
Last synced: 2 months ago
JSON representation
Using React.js ,SCSS, TMDB API and Redux Toolkit the repo where I developed the MovieApp.
- Host: GitHub
- URL: https://github.com/harundogdu/moviesapp-reduxtoolkit
- Owner: harundogdu
- Created: 2022-01-17T19:44:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T22:07:47.000Z (over 3 years ago)
- Last Synced: 2025-01-14T20:24:07.792Z (4 months ago)
- Topics: react, redux, reduxtoolkit, scss
- Language: JavaScript
- Homepage: moviesapp-reduxtoolkit.vercel.app
- Size: 998 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js + SCSS + TMDB + Redux ile MovieApp
Bu proje [Create React App](https://github.com/facebook/create-react-app) , SCSS, TMDB API ve React Redux Toolkit kullanılarak geliştirdiğim MovieApp uygulamasıdır.
## Kullanılan Paketler
- node-sass
- react-icons
- react-redux
- @reduxjs/toolkit
- react-slick
- slick-carousel
- react-router-dom
- axios
## 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/moviesapp-reduxtoolkit.git
```
Klonlama işleminin ardından terminal ekranına istediğiniz projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```
cd moviesapp-reduxtoolkit && npm install
```
## Çalıştırma
Proje dizininde aşağıdaki komutu çalıştırarak projemizi başlatabiliriz.
#### `yarn start`
Uygulamayı geliştirme modunda çalıştırır.\
Projeyi tarayıcıda görüntülemek için [http://localhost:3000](http://localhost:3000) adresini açar.
Düzenleme yaparsanız sayfa yeniden yüklenir.\
Herhangi bir hata veya log kaydını da anlık olarak konsol ekranında görebilirsiniz.
## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.com/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.