This project is created to understand the basics of Node.js.
A simple web server built using the Node.js http module. It handles routing for multiple pages and serves static files like CSS and JavaScript.
- /home – Home page
- /about – About page
- /contact – Contact page
- Invalid routes show a custom 404 page
- Node.js
- HTML
- CSS
- JavaScript
- Open the project folder
- Run
node server.js - Open browser and visit
http://localhost:3000/home