Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 715 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 715 Bytes

Maple Library

A fan-made library for maple story (old school). User can search item/mob/equip/skill/npc/quest by name, and sort the result by property they futher select.

Features

  • A fully-static site, accomplished by exporting all data into client. No backend server needed.
  • Client-sided routing built with react-router.
  • Fuzzy search is widely used. Sort algorithm is mostly custom made.

photo

Live DEMO :

Tech Stack:

  • React, React-Router, Bootstrap, Javascript

Repo:

Installation

  1. npm install
  2. npm run dev
  3. visit at http://localhost:5173