About the Project: Sprint & Solve 🏃‍♀️📚💻

The Inspiration

Lately, life has been a mix of coding interview prep and starting a running habit to stay active and sane.
Somewhere along the way, a fun pattern emerged:

What if coding challenges felt like running challenges?

Looking at things like pace charts, distance trackers, and heart rate graphs… everything boiled down to numbers, patterns, and problem-solving — kind of like DSA, but sweatier.

Things like:

  • Planning hydration stops → Optimizing checkpoints
  • Tracking consecutive running streaks → Finding longest subsequences
  • Comparing lap times → Sliding window problems
  • Grouping runners by pace → Clustering or grouping algorithms

The idea formed: Why not build a small app where each coding challenge feels like a running scenario?
A project that mixes problem-solving and fitness… reflecting the two things currently shaping everyday life.


What It Does

Sprint & Solve is a web app that presents fitness-themed coding challenges, each with a story-like scenario drawn from the world of running and endurance sports.

Features include:

  • A random challenge generator with unique running-inspired problem statements
  • Hint toggle to reveal the underlying DSA concept
  • Progress tracker showing how many challenges have been seen
  • Motivational running quotes to keep the energy up
  • Light/Dark mode for mood-friendly UI
  • Notes section for jotting down ideas and solutions

How It Was Built

The app was built with a One-Shot Prompt, with automatic generation of UI components and some starter challenges.

From there, one manual change was added:
To add the Bolt badge image to credit the platform. Deployment was done on Netlify, following Bolt’s deployment instructions.


Challenges Faced

Since Bolt handled almost everything, the main challenge was crafting a clear and detailed single-prompt instruction for Bolt to understand the vision.


What Was Learned

This project became a crash course in:

  • Writing an effective One-Shot AI prompt for app creation
  • Quick frontend customization post-Bolt generation
  • Appreciating how much AI tools can accelerate quick idea-to-deployment workflows, even for solo developers
  • Blending two themes (running and coding) into something fun and usable

What’s Next

Possible future improvements could include:

  • Adding more challenges
  • Letting users filter by problem type
  • Saving user notes or progress locally
  • Experiment with voice input for answering challenges
  • Maybe integrate SQL or other query-based challenges in future versions

But for now, Sprint & Solve stands as a fun proof-of-concept of what’s possible with just one AI prompt and a bit of deployment effort.
A quick sprint of creativity... with just enough problem-solving to break a mental sweat.

Built With

  • bolt.new
  • netlify
Share this project:

Updates