An open API service indexing awesome lists of open source software.

https://github.com/dxtaner/product-listing

Product Listing
https://github.com/dxtaner/product-listing

axios react-dom

Last synced: about 1 year ago
JSON representation

Product Listing

Awesome Lists containing this project

README

          

Product Listing
===============

Bu proje, React kullanarak geliştirilen bir ürün listeleme uygulamasıdır. Ürünler, bir API'den çekilerek kullanıcıya sunulmaktadır.

https://product-listing-orcin-beta.vercel.app

🚀 Kurulum
----------

Projeyi çalıştırmadan önce aşağıdaki adımları takip edin.

### 1️⃣ Depoyu Klonlayın

git clone https://github.com/dxtaner/product-listing.git
cd product-listing

### 2️⃣ Bağımlılıkları Yükleyin

npm install

### 3️⃣ Çevre Değişkenlerini Ayarlayın

Ana dizinde bir **.env** dosyası oluşturun ve aşağıdaki değişkenleri ekleyin:

REACT_APP_API_PAGE=API_ADRESİNİZ
REACT_APP_API_TOKEN=TOKENİNİZ

Bu değerleri, API'nizden aldığınız bilgilere göre güncelleyin.

▶️ Uygulamayı Başlatma
----------------------

Geliştirme ortamında çalıştırmak için:

npm start

📂 Proje Yapısı
---------------

/product-listing
│── /src
│ ├── /components
│ │ ├── Header.js
│ │ ├── ProductList.js
│ │ ├── Footer.js
│ ├── App.js
│ ├── index.js
│── .env
│── package.json
│── README.md

🛠 Kullanılan Teknolojiler
--------------------------

* **React 19**
* **Axios**
* **Dotenv**
* **React Icons**

* * *