This project is a simple Node.js-powered informational website that serves static HTML pages without using any external frameworks. It demonstrates basic HTTP routing and file handling using Node's built-in modules.
By now, you should know enough Node.js to be dangerous! This assignment challenges you to build a small but complete Node project from scratch — a basic website with the following pages:
index.html
→ Homeabout.html
→ Aboutcontact-me.html
→ Contact404.html
→ Not Found
- Node.js installed
git clone https://github.com/glaxur/node-informational-website.git
cd node-informational-website
node index.js