wroughtec / notification-bar

Notification tech test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notification bar

Display notifications in a navbar

Requirements

For development, you will only need Node.js installed on your environement. Only visually tested on latest version of Chrome and Firefox

Yarn

Recommended to use Yarn rather than npm as all instructions will be written with yarn.

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

$ node --version
v8.12.0

$ npm --version
5.60

Install

$ git clone git@github.com:wroughtec/notification-bar.git
$ cd notification-bar
$ yarn

Run locally

$ yarn dev

This will run a server on localhost:1234 and create a folder called dist in the root of the repo (it is ignored). Any changes you make the files will be rebuilt

Build for production

@TODO

Tests

To run the tests

$ yarn test

TODOS


Languages & tools

JavaScript

  • Eslint used to help prevent JavaScript errors.
  • Parcel to handle the bundling and running of the server
  • Prettier keeps our code correctl formatted.
  • React library used to build the UI

CSS

About

Notification tech test

License:MIT License


Languages

Language:JavaScript 86.0%Language:CSS 10.5%Language:HTML 3.5%