Skip to content

patika-175-protein-react-bootcamp/week6-new-version-marvel-furkanpamuk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Live

Marvel Heroes

Week 6 Assignment (Marvel Heroes) [tr]

Bu projede her sayfada 20 marvel kahramanı listelendi. Seçilen sayfalardaki kahramanlar session storage'e kaydedildi ve bu sayfalara tekrar tıklanıldığında veriler session storage'den çekildi. Böylece api gereksiz yere meşgul edilmedi.

Projeye 6. Hafta Eklenenler

Karakter arama kısmı ve detay sayfası eklendi. İngilizce ve Fransızca dil seçenekleri eklenerek çok dilli bir site haline geldi.

Projeyi kullanabilmeniz için gerekenler

Kurulum

  1. Bir dosya oluşturulur.
  2. Üzerine sağ tıklanıp terminal açılır.
  3. Aşağıdaki metin terminale yazılarak proje kopyalanır.
    git clone https://github.com/patika-175-protein-react-bootcamp/week6-new-version-marvel-furkanpamuk.git
  4. Aşağıdaki metin terminale yazılarak proje dosyasına erişilir.
    cd week6-new-version-marvel-furkanpamuk
  5. Aşağıdaki metin terminale yazılarak Visual Studio Code ile proje açılır.
    code .
  6. Visual Studio Code'de terminal açılır ve alltaki metinler terminale yazılır.
    npm install
  7. Proje çalıştırılır.
    npm start


Week 6 Assignment (Marvel Heroes) [en]

In this project, 20 Marvel heroes are listed on each page. The heroes on the selected pages were saved in Session storage, and when these pages were clicked again, the data was pulled from Session storage. So we didn't keep API busy unnecessarily.

Added to the Project in the 6th Week

Added character search section and detail page. It has become a multilingual site with the addition of English and French language options.

Requirements to use the project

Setup

  1. A file is created.
  2. Right click on it and the terminal opens.
  3. The project is copied by typing the following text into the terminal.
    git clone https://github.com/patika-175-protein-react-bootcamp/week6-new-version-marvel-furkanpamuk.git
  4. The following text is typed into the terminal to access the project file.
    cd week6-new-version-marvel-furkanpamuk
  5. The project is opened with Visual Studio Code by typing the following text into the terminal.
    code .
  6. In Visual Studio Code, the terminal is opened and the texts below are written to the terminal.
    npm install
  7. And the project is run.
    npm start

About

week6-new-version-marvel-furkanpamuk created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published