LLM Calculator Generator
After getting so many requests to replicate the LLM Calculator (a calculator that, instead of using computation to solve the equation, prompts Claude), I decided to create an LLM Calculator Generator, which asks Claude to create an LLM Calculator app.
50% of the time, it's right every time.

Features#
- Automatic code generation for calculator functionality
- Can add, subtract, multiply, and divide
- Will probably take in emojis too
- This list was also written by Claude
Tech stack#
- React
- Next.js
- Tailwind CSS
- Python
- Prompt Engineering