Feats is a small application to keep track of completed bicycle rides and planned bicycle routes.
It is not intended to be a full-featured app, but rather a simple and easy-to-use tool. Feats is particulary practical if you use multiple bicycle platforms and want to have an overview of all your rides and routes in one place. And also of course if you don't use any platform at all, but just want to keep track of your rides and routes in a simple way.
The exstensive use of charts and statistics provide insights into your riding habits and achievments.
The name "Feats" is a play on words, as it can refer to both "feats" as in achievements (completing rides and routes), and "fiets" which is the Dutch word for bicycle, pronounced similarly.
And don’t forget to get out and ride. The more you ride, the more data you collect.
cd feats
npm install
npm run devOpen http://localhost:3000 in your browser
You can wait for the binaries (coming soon, I hope) or build the electron app yourself
cd feats
npm install
npm run build
npm run electron