Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node.js Web Server

This project is created to understand the basics of Node.js.

Project Description

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.

Routes

  • /home – Home page
  • /about – About page
  • /contact – Contact page
  • Invalid routes show a custom 404 page

Technologies Used

  • Node.js
  • HTML
  • CSS
  • JavaScript

How to Run

  1. Open the project folder
  2. Run node server.js
  3. Open browser and visit http://localhost:3000/home

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages