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

Feat : 기온에 따른 음식 추천 #14

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

ahcgnoej
Copy link
Collaborator

@ahcgnoej ahcgnoej commented Sep 9, 2024

ListArea.jsx

  • 상위 컴포넌트(Food.js) 에서 받은 {search}를 검색 단어로 사용
  • 네이버 검색 api 사용해서 검색 가능하게 하고 리스트로 보이게 구현

GetCurrentTemperatrue.jsx

  • 가장 최근 기온 가져오는 컴포넌트 (준희님 코드 참고해서 작성)

Food.jsx

  • GetCurrentTemperautre와 ListArea 포함
  • 기온에 따른 음식 객체로 선언
  • 최근 기온 가져와서 음식 추천

naverApi.js

Food.css

  • 간단한 틀만 구현, 꾸미기 X

구현된페이지

  • 다른 음식 볼래요! 클릭하면 물회 대신 다른 음식 이름이 들어가면서 그 음식 관련한 음식점들이 리스트로 나열
  • 음식점 보러 가기 클릭하면 관련 블로그나 인스타 지도 등으로 페이지 이동
    image

@ahcgnoej ahcgnoej self-assigned this Sep 9, 2024
@ahcgnoej ahcgnoej linked an issue Sep 9, 2024 that may be closed by this pull request
@june960427 june960427 changed the base branch from main to develop September 9, 2024 10:47
@june960427 june960427 merged commit 1562080 into develop Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

날씨에 맞는 음식 추천
2 participants