Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 968 Bytes

File metadata and controls

42 lines (29 loc) · 968 Bytes

Basic Information Site

The Basic Information Site application is created according to the assignment from The Odin Project course.

Features

  • Navigation between pages

Outcome

  • Used Node.js
  • Used Express
  • Learned how to setup a server
  • Learned how to display different pages according to current url

Getting Started

HTTPS

git clone https://github.com/minhhoccode111/basic-information-site-top.git/

or SSH

git clone git@github.com:minhhoccode111/basic-information-site-top.git/
cd basic-information-site-top
npm install
npm start

Navigation