cd timezone-app
npm installnpm startNavigate to: http://localhost:3000
- Title: "Where are you?"
- Timezone dropdown with options from around the world
- "Sign In" button
- Profile picture (click to upload)
- Name input field
- Timezone selector
- "Update Profile" button
- "Logout" button
- Select a timezone (e.g., "Pacific Time (PT)")
- Click "Sign In"
- Enter your name
- Optionally upload a profile picture
- Click "Update Profile"
- See the success message
- Click "Logout" to return to landing page
Ctrl+Cin terminal - Stop the servernpm start- Start the servernpm run dev- Start with auto-reload (requires installation first)
Port 3000 in use?
Edit server.js line 15: const PORT = 3001; (or any free port)
Can't install packages?
Make sure Node.js is installed: node --version
Server won't start?
Delete node_modules folder and run npm install again
That's it! You're ready to test. 馃殌