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

📝 README.md 수정 #39

Merged
merged 2 commits into from
Jan 24, 2025
Merged
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
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@

> _입력한 키워드로 뉴욕타임즈 기사를 검색하는 미니 어플리케이션입니다_

- Live Demo : [http://search-times.vercel.app](http://search-times.vercel.app/)
- Live Demo: [http://search-times.vercel.app](http://search-times.vercel.app/)
- 작업기간 3일

# 사용 스택 / 라이브러리

- TypeScript
- React(CRA) + Hooks
- Redux
- Styled-Components
- Ant Design
- Core: React + TypeScript
- State Management: Redux
- Styling: Styled-Components
- UI Library: Ant Design

# 주요 기능

- 뉴욕타임즈 API 활용, 기사(Article) 검색
- 뉴욕타임즈 API를 활용한 기사(Article) 검색
- 검색창 키워드 변경시 자동 검색
- 중복 요청일 경우 이전 요청 취소(Axios Cancel Token 활용)
- 중복 요청 시 이전 요청 취소(Axios Cancel Token 활용)
- 기사 즐겨찾기
- 원클릭 즐겨찾기 추가 / 해제
- 즐겨찾기 데이터 로컬 스토리지 저장
- 모바일 지원
- 반응형 웹 지원

# 프로젝트 목적
- 실시간 검색창에 디바운스 적용 실습
Expand Down
Loading
Loading