JackGraymer / NodeJS-Basic-Informational-Site-TOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Basic Informational Site

A simple Node website!

This project gas a goal to use the core modules of NodeJS to create a basic webpage, handling http requests, url inputs and filesystem reads.

Assignment

  1. Make a project directory and create the following files inside that directory:
    • index.html
    • about.html
    • contact-me.html
    • 404.html
  2. Create your node.js server file index.js and add the code needed to serve the right page according to the url.

About


Languages

Language:HTML 73.6%Language:JavaScript 26.4%