https://github.com/harundogdu/brand-colors
Using React.js and Tailwindcss the repo where I developed the "brandcolors.net" page.
https://github.com/harundogdu/brand-colors
brandcolors react scss
Last synced: about 1 month ago
JSON representation
Using React.js and Tailwindcss the repo where I developed the "brandcolors.net" page.
- Host: GitHub
- URL: https://github.com/harundogdu/brand-colors
- Owner: harundogdu
- Created: 2022-01-08T16:02:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T20:27:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T20:05:03.074Z (about 2 months ago)
- Topics: brandcolors, react, scss
- Language: JavaScript
- Homepage: https://brand-colors-rouge.vercel.app/
- Size: 416 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js + SCSS ile Brand Colors
Bu proje [Create React App](https://github.com/facebook/create-react-app) ve scss kullanılarak geliştirdiğim [BrandColors](https://brandcolors.net/) internet sitesi clone uygulamamdır.
## Kullanılan Paketler
- react-redux
- @reduxjs/toolkit
- node-sass
- react-clipboard.js
- react-content-loader
- react-icons
- react-lazyload
- react-router-dom
- react-modal
## 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/brand-colors.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 brand-colors && 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.dev/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.