Lightweight sketch web-app with vanilla typescript
Simple web app inspired by FigJam. With PWA, It can be installed and used offline.
Developed using Native Web APIs such as Web component, Canvas, IndexedDB, Cache & Storage API and TypeScript.
After drawing with the pen, uploading and editing images, you can save and manage the results as files.
$ git clone https://github.com/sohnjunior/editty.git
$ cd editty$ yarn install$ yarn devPerform component unit testing with Jest & Jest DOM.
$ yarn testUse Storybook together for component-driven development in an isolated environment.
$ yarn storybookAlso, perform component visual testing with Chromatic.
Manage CI/CD with GitHub workflow and Vercel.
When the milestone assigned to each version are completed, a release note is created and the commit version build artifact is converted to production mode.