/post-it

A message board full of notorious sticky squares. ✉️

Primary LanguageJavaScript

post-it

An application that allows you to share post-it messages with the world!

This was an experiment to test out node as well as what it's like to perform front-end changes using web apis.

Tools

  • Server side: Node.js
  • Web framework: Express
  • HTML Templating: Pug
  • Front-end: SASS/JS
  • Additional Libs: interactjs, badwords

To run locally

Clone the repository onto your local machine.

git clone https://github.com/miles-crighton/post-it.git

Download the required npm modules:

npm install

Start a local node.js server:

npm start

You can then connect through a browser via local host on port 3000 (0.0.0.0:3000)

Todo

  • Add server-side json file store
  • Update styling
  • Add client message data polling
  • Indicate connection error to user
  • Client-side profanity filter option
  • Add color options for post-its
  • Add Screenshot to Readme