Golf Shot Distances Site

Golf Shot Distances Site

Jul 2025 - Jul 2025

Google Sheets icon Google Sheets
Used in 8 projects
Cursor icon Cursor
Used in 3 projects
Netlify icon Netlify
Used in 13 projects
ESLint icon ESLint
Used in 7 projects
Prettier icon Prettier
Used in 7 projects
Typescript icon Typescript
Used in 7 projects
React icon React
Used in 15 projects
Vite.js icon Vite.js
Used in 4 projects
Express.js icon Express.js
Used in 3 projects
Tailwind CSS icon Tailwind CSS
Used in 3 projects

Description

I used this mini project as a small explorative test into how far AI has developed inside Cursor so far, aiming to build the site I had in mind only writing prompts and avoiding writing any code myself.

The site is a simple visualisation of golf club distances including flat carry and roll, taking into consideration conditions and displaying them in a graph, with a CRUD functionality with the Google Sheets file behind it using their API. It is also a PWA to allow me to add it to my phone iOS home screen.

Lessons Learned

Firstly I learned just how powerful the integrated AI inside Cursor is and how impressively fast it can generate code. But as I got deeper into the project, the AI needed more and more specific prompts and often tried backtracking to re attempt fixes that were undesirable.

It also failed to cover many edge cases and tried to convince me it had them covered.

So overall it was a great experience but ultimately showed me that we still need people who understand coding to get good results out of prompting code.