Skin mole analyzer
This project aims to be a free, open-source PWA to help detect and follow skin moles through time to help people know when to consult with medical personel.
License
See LICENSE
Development
Running
This project uses yarn
as a package manager, and running is done with
yarn
yarn start
Which will start the app at http://localhost:3636/
Tests
This project uses Jest and Testing Library to unit test components
yarn test