A simple, lightweight web application that allows climbers to log and track their gym climbing sessions.
- Log climbs with grade and color
- Visual representation of climbs using color-coded buttons
- Easy deletion of logged climbs
- Data persists in local storage
- Mobile-friendly interface
- Select a grade from the available options (4- to 12)
- Choose the color of the climbing hold
- Click "Log Climb" to save your attempt
- View your climbing history below
- Delete individual climbs as needed
- Pure JavaScript (no frameworks)
- Local storage for data persistence
- Responsive CSS design
- No installation required - runs in browser
- Clone the repository:
git clone https://github.com/isheglov/climb-log.git
- Open
index.html
in your web browser
Feel free to submit issues and pull requests to help improve the application.
MIT License - feel free to use and modify for your own purposes.