Pixel Art Application
I use the following technologies / frameworks in my project:
- JavaScript / jQuery
- HTML5/CSS3
- Bootstrap
I chose jQuery because the app implementation is not very complicated and it's not neccesary to use a js library or framework which adds extra overhead.
I use the following 3rd party libraries in my project:
| Name | Reason |
|---|---|
| html2canvas | For converting the grid in a canvas format, which will help export the grid as an image. |
| Bootstrap | Simple RWD framework for designing the front end and making the application more user friendly. |
| file-saver | Was used as the solution to save files on the client-side. |
The following components must be installed locally:
- nodejs v12 or newer
To run the project locally, enter the following in the command line / bash:
$ git clone https://github.com/crianna/PixelArtApp/
$ cd PixelArtApp
$ npm install
$ view index.html in a browser