Skip to content

tiny-factories/climbing-dictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climbing Terms + Experience Mapping

This is a Next.js App Router project backed by a lightweight repo-local JSON database.

It now includes an experience-level mapping section that uses the current term list from your local data file and groups each climbing term by the level where it is most frequently encountered (beginner, intermediate, advanced).

Getting Started

  1. Install dependencies:
npm install
  1. Start development server:
npm run dev

Open http://localhost:3000 in your browser.

Data

The local "DB" lives at:

  • data/climbing-posts.json

Each entry is a term post with:

  • id
  • title
  • lastEdited
  • content block array

Edit this file directly to add, remove, or update climbing terms.

Notes

  • Routes use the App Router (app/).
  • No external database service is required.

About

Climbing Dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.1%
  • CSS 22.9%