A web app that lets you put Instagram like filters on images using CSS. You can choose among the pre-defined presets, create your own filters or customize a preset. You can view the app here: https://filterize.sumitbagga.com
- Implement the app using HTML5 Canvas so that users can save the image with applied filters.
- Allow users to create and save their own preset.
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000 (Note: The port can be different)