This is an app to help people track their ploductivity. It is being built in 20 minute increments per day.
Ploductivity is written in React Native. I landed on this platform because it allows for some native performance and flexibility while still using Javascript for the main language.
We're using GitHub for source control. Make sure to create new branches and open PRs rather than pushing to master.
Builds and tests go through Drone CI.
I recommend using the ESLint plugin. In VS, you'll need to disable formatOnSave
because ESLint will do the formatting for you.