GPT Pilot demo: Timer app
💬 Prompt
Create a simple timer app using HTML, CSS, and JavaScript that allows users to set a countdown timer and receive an alert when the time is up.
▶️ Video of the app creation process
Video of the app creation process (4 mins)
🚦 How to run the app
git clone https://github.com/Pythagora-io/gpt-pilot-timer-app-demo.gitcd gpt-pilot-timer-app-demonpm installnode server.js- Open
localhost:3000in your browser
