Lightweight sketch app with vanilla typescript
Simple web app inspired by FigJam.
With PWA, It can be installed and used offline.
Developed with typescript and native web APIs such as web component, canvas, indexedDB, cache & storage API.
After drawing, 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 milestones assigned to each version are completed, a release note is auto created with workflow and convert current commit HEAD to production mode.