🕒 Digital Clock with Express.js
A simple and modern digital clock displaying the current local time and date. Built with HTML, CSS, and JavaScript, served via Express.js.
🔧 Features
Real-time local time display
Live-updating current date
Modern dark theme UI
Simple Node.js + Express backend
🚀 How to Run
Requires Node.js 20.17.0 installed
git clone [email protected]:GiovanniPFilho/clock-app.git
cd clock-app
npm install
node server.jsVisit: http://localhost:3000
🛠️ Tech Stack
🧱 HTML5 🎨 CSS3 🟨 Javascript 🟢 Node.js 🚀 Express.js