This project was originally created as a coding-challenge style follow-up to a Fiix interview question.
fiix-paint is a toy webapp that allows you to make online drawings! It runs on pure React and uses local storage to save drawings. It's also mobile-friendly (try it on an Android or iOS browser)!
- Persistent drawings using
Mongolocal storage; Mongo requires a Node backend, which complicates hosting. - Touch & mobile-friendly capabilities.
-
Potentially, different drawing tools (time permitting).Midterms are coming up, not a whole lot of time to spare...
- Added a 'clear drawings' button.
- Added an 'undo' button.