Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 812 Bytes

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

GPT Pilot Timer App Demo

Video of the app creation process (4 mins)

🚦 How to run the app

  1. git clone https://github.com/Pythagora-io/gpt-pilot-timer-app-demo.git
  2. cd gpt-pilot-timer-app-demo
  3. npm install
  4. node server.js
  5. Open localhost:3000 in your browser