Mobile application to log everything and anything in really simple steps.
Help you log your life, what you eat, what you buy, or any others event. Collect any data to be able to use it for further analysis.
What you log is your own, stored loccaly and easily exportable to use elsewhere.
The application is built using react native
npm install
npm run assets:generate # generate the file listing the runtime assets
npm startnpx prisma migrate prod --name init # generate new migrations from schema.prismaRun jest powered unit tests
npm testTo use them install the Project Snippets extension
Make sure file are commited as lf line endings
git config --global core.autocrlf false
See explanation for the choice
pip install csvs-to-sqlite
csvs-to-sqlite products.csv products.db