Open the app, choose a colour and have fun!
git clone https://github.com/MarySalemme/zombie-paint.gitnode server.js- go here
- Javascript
- HTML5 Canvas
- Node.js & express
- jQuery
- Mocha/chai
- Canteen
- Firebase
- CSS
- Photoshop
As a user,
So that I have somewhere to draw,
I want to visit a webpage with a canvas.
As a user,
So that I can draw,
I want to mark the canvas.
As a user,
So that I can draw anew,
I want to be able to clear my canvas.
As a user,
So that I can paint lines,
I want to draw a stroke on the canvas.
As a user,
So that I can use a variety of colours,
I want to be able to switch between colours by clicking on colours on a palette.
As a user,
So that I can remove incorrect inkings,
I want to be able to erase marks on my canvas.
As a user,
So that I can make different sized marks,
I want to be able to change the size of my brush.
As a user,
So that I can have a different coloured background,
I want to be able to fill the canvas with a different colour.
As a user,
So that I can keep my masterpieces,
I want to be able to save my work.
