|
|
|
Show HN: I spent 20 minutes using ChatGPT4o to generate an Online Tally Counter
(onlinetallycounter.com)
|
|
2 points
by letsgocn
758 days ago
|
|
The code was entirely generated by ChatGPT4o, using Tailwind CSS and JavaScript. Online Tally Counter Key Features Multi-Counter Management: Easily add and delete multiple counters to meet your diverse needs. Custom Naming: Each counter can be uniquely named for easy identification and management. Automatic Data Saving: Your counter tally is automatically saved to your browser on your device. Please note that clearing your cache will result in data loss. No Installation Needed: No app installation required; simply access and use it directly through your browser without needing to register for an account. ChatGPT4o is becoming increasingly powerful. |
|
Criticism: at 3.3 MB it's pretty large for what it does (though most of that is Tailwind, the rest is pretty lean).
Suggestions:
1. move the text to an overlay or a separate page — it's pretty verbose and makes the page cluttered.
2. make the + and - signs in the buttons bigger/bolder (and make the minus sign a true minus instead of a hyphen-minus, so it matches the width of the plus sign).
3. the buttons are off centre because of the reset/delete links, which feels a bit off. Maybe add some equivalent whitespace to the left to re-center them.
4. the privacy page mentions Google Analytics and cookies, but there's no GA on the page and no cookies set.