IdeaBoard is an experimental app that was designed to mimic the interactivity of a game-like interface with sounds and animations in a simple idea note-taking app. You can run it locally and keep a board of your ideas.
The default soundtrack loop was generated from GarageBand and the sound effects are from:
- http://www.pacdv.com/sounds/interface_sounds-3.html
- http://www.freesfx.co.uk/sfx/roll?p=3 (note the license terms)
Screenshot of recent release:
#Installation
You need NPM and Bower to run IdeaBoard.
First install NodeJS/NPM. Once you have npm
install bower by running npm install -g bower
.
Run the following:
git clone [email protected]:chrislim/IdeaBoard.git
cd IdeaBoard
npm install
bower install
The only thing you can configure at this time is the port you want to run IdeaBoard on. You can do so by editing the file config/default.json
Now you can run the following to start the server:
npm start
Visit http://localhost:3000/ (or whichever port you chose) to interact with IdeaBoard!
Your ideas are persisted to disk so it is safe to shutdown the server and start it up another time. Markdown is supported in the idea description field.