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.
- Server side: Node.js
- Web framework: Express
- HTML Templating: Pug
- Front-end: SASS/JS
- Additional Libs: interactjs, badwords
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)
- 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