Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 5 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-c66648af7eb3fe8bc4f294546bfd86ef473780cde1dea487d3c4ff354943c9ae.svg)](https://classroom.github.com/online_ide?assignment_repo_id=7665737&assignment_repo_type=AssignmentRepo)
Week6 Marvel Exercise New Version
# Marvel API

Özelikle dikkat etmenizi istediğimiz noktalar
**Project's Target** : To show and paginate certain data by sending a request to the API within a React.JS project. The data has been fetched from https://developer.marvel.com/ api by using Axios. Also, this project has a responsive structure. The fetched data will be stored in local storage to prevent an excessive amount of data fetching and sending requests while changing the pages. Search bar allows you to search any super hero you want. It has a autocomplete feature. Clicking on any super hero or searching and clicking on any hero will direct you to detail page. In detail page, you can view super hero image, details, and comics. Also, you can change language of the project via FR,EN, and TR buttons. Have Fun!

1. Auto complete (Arama alanı için)
2. Detail page (Arama alanında çıkan sonuçlardan birine tıklanınca veya sayfadaki itemlardan birine tıklanınca)
3. Multi Language (İngilizce, Türkçe, Fransızca)
**Live Version** : https://patika-marvel-responsive-api-reactjs.vercel.app/

Deadline - 24.04.2022 10:00
**Screenshots** :

![HomePage](https://user-images.githubusercontent.com/93548218/164895722-46ffb298-f070-4bf0-b689-875af65e5a18.png)

_________

![HomePageSearchBar](https://user-images.githubusercontent.com/93548218/164895728-ef413e83-487c-460d-b3c5-d383775c53a8.png)

_________

![SuperHeroDetailPage](https://user-images.githubusercontent.com/93548218/164895734-1debce3e-d917-4f00-b4b6-f5239c246c64.png)
Loading