README.md 스펙 정리
This commit is contained in:
29
README.md
29
README.md
@@ -1,16 +1,27 @@
|
||||
# React + Vite
|
||||
# Web UI
|
||||
|
||||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
||||
블로그, 로또 추천 실험, 여행 기록을 한 곳에서 모아 보는 개인 웹 UI입니다.
|
||||
|
||||
Currently, two official plugins are available:
|
||||
## 블로그
|
||||
|
||||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
|
||||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
|
||||
- 마크다운 기반 글 작성 및 자동 목록화 (`src/content/blog`)
|
||||
- 태그 기반 카테고리 분류와 카테고리별 목록 뷰
|
||||
- 목록/본문 분리 UI, 페이지네이션 지원
|
||||
- 인라인 스타일(링크/강조/코드/이미지) 렌더링 지원
|
||||
|
||||
## React Compiler
|
||||
## Lotto Lab
|
||||
|
||||
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
|
||||
- 최신 로또 결과 조회
|
||||
- 추천 번호 생성 (가중치/최근 회차/회피 수 등 파라미터 반영)
|
||||
- 프리셋 파라미터로 빠른 추천 생성
|
||||
- 추천 히스토리 목록 확인 및 삭제
|
||||
- 번호 복사 기능
|
||||
- API 스펙 다운로드 링크 제공 (`public/lotto-api.md`)
|
||||
|
||||
## Expanding the ESLint configuration
|
||||
## 여행 기록 (Travel Archive)
|
||||
|
||||
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
|
||||
- 지도 기반 지역 선택 (GeoJSON)
|
||||
- 선택한 지역의 사진 목록 로딩 및 캐시
|
||||
- 스크롤 기반 사진 추가 로딩 (chunked lazy load)
|
||||
- 썸네일/모달 뷰, 키보드/스와이프 네비게이션
|
||||
- 앨범/파일 메타 정보 표시
|
||||
|
||||
Reference in New Issue
Block a user