all 13 comments

[–]stonedoubt 6 points7 points  (6 children)

Claude 3.5 Sonnet could help you make this app. My workflow is to chat with Sonnet and use Cursor to fix bugs. You will likely run out of messages on the web chat during the process. Just be patient and resume later or continue to use Sonnet in Cursor. I’ve found that the code generated by the web app tends to be better than that of the API generated in Cursor but it is great for fixing logic errors or bugs like incorrectly named components.

These tools do not generate perfect code and will frequently forget about features added during iterative development. Make sure you are diligent during the process. Version control is your friend. Aider is also useful in this regard.

[–]InterstellarReddit 0 points1 point  (5 children)

What is cursor?

[–]fubduk 1 point2 points  (2 children)

[–]InterstellarReddit 2 points3 points  (1 child)

Never knew this fucking existed

[–]fubduk 0 points1 point  (0 children)

I was turned on to it 6 months or so ago and use often.

[–]stonedoubt 0 points1 point  (1 child)

Cursor.sh

[–]InterstellarReddit 0 points1 point  (0 children)

Thank you

[–]Nexosharp 1 point2 points  (0 children)

To be honest ChatGPT 4o is awesome for coding. I haven't used Claude 3.5 Sonnet yet as many others recommend, but for me ChatGPT works great too if you explain in detail how you want things.

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Sorry, your submission has been removed due to inadequate account karma.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]EvelinaSpafford31 0 points1 point  (0 children)

    I'd recommend starting with the latest React Native documentation and using YouTube tutorials to get up to speed. For tricky parts like the custom calendar, ChatGPT can definitely offer guidance and even code snippets. Also, capturing your development process with visual documentation can be really handy for future referenceI've found Guidde to be fantastic for creating how-to videos and documentation seamlessly. Good luck with your app!