Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 661 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 661 Bytes

Did I Hike That?

This web application provides a nice way to record hikes you've taken. It was born out of a desire by my spouse and I to answer questions like, 'When was the last time we did this trail?' or, 'What was the weather like here in prior years?'.

It allows you to record the trail name, a description, a roster of people who went, photos, plus things like the conditions, crowd size, etc. Useful on desktop and mobile browsers.

The front end is based on React.js and uses a Node.js back end service, all written in TypeScript. Both are currently works in progress.