/JobBoard

Primary LanguageCSS

JobBoard

This project was created as a technical challenge to obtain my first internship at a local start-up called Awato.

Table of Contents

Setup

To setup the project for viewing, you must have the ability to easily create a functioning NodeJS server. Simply follow the downloading and installing instructions, and from the root project directory, run the command:

    $npm install -g http-server

This is a node package that let's us spin-up a server on the fly within whatever file path we give it. Once installed run the command

    $http-server . -o

That will create a simple NodeJS server in our project directory, and then open up your default browser.

Navigation

To see the job board, simply click on the main button within the large banner, or click on the "Look Up Jobs" tab in the navigation header.