Have you ever wished that AI-generated code would actually work when you ran it? It never did for me until I learned this secret, which in hindsight makes perfect sense.
Get a Free Copy of My AI Implementation Handbook: https://www.makethejump.ai/ai-implementation-handbook
Here's the final prompt I'm using in the video (feel free to copy):
Make me a story point poker app in NextJS. Give me instructions for setting up the app via command line and the code to get it working, but no instructions for deployment yet.
Features of the App:
1. Users can enter their name and select a story point.
2. Story point selection should be only buttons.
3. Selected votes are displayed in a list below the input area.
4. Each user can only have one vote, and submitting a new vote overwrites the previous one.
Technical notes:
1. Use the app router not the pages router
2. Use TypeScript
3. I want to use npm.
4. Use a src directory
5. Don't use ESLint
Download
0 formats
No download links available.
My AI-Generated Code Never Worked, Then I Changed My Prompts | NatokHD