maplestory/frontend
caadiq 6c51e7d94d OAuth 제거, 닉네임 입력 방식으로 변경 및 관리자 페이지 추가
- 넥슨 OAuth 로그인 제거 (Redis, 세션, User 모델 등)
- 캐릭터 닉네임 입력 → API 키로 조회하는 방식으로 변경
- 관리자 페이지 추가 (/admin?key=<NEXON_API_KEY>)
- 보스 선택 UI를 3단 레이아웃(캐릭터/보스/결과)으로 리디자인
- 캐릭터 및 보스 선택 데이터 localStorage 저장

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 18:02:32 +09:00
..
public 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
src OAuth 제거, 닉네임 입력 방식으로 변경 및 관리자 페이지 추가 2026-04-11 18:02:32 +09:00
.gitignore 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
eslint.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
index.html 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
package-lock.json 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
package.json 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
README.md 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
vite.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.