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 (4 mins)
git clone https://github.com/Pythagora-io/gpt-pilot-timer-app-demo.git
cd gpt-pilot-timer-app-demo
npm install
node server.js
- Open
localhost:3000
in your browser