This is, currently, and MVP built over a couple days for a todo app that works like I do with tasks in one of three states: incomplete, partially complete, or complete.
This uses the following things:
- React Native
- React
- Redux
- Supabase
- TypeScript
- Jest
- Expo
- Basic Authenticaion with Username and Password
What I've yet to add:
- Propper testing coverage. Having issues getting jest and the react-native testing library to place nice.
- Lots of features that help to keep you produtive.
- Time-based compeltion.
- Lots before it's ready for showtime, but hit me up at jomurgel.com if you're interested in helping out.
npm ci && npm run ios
or npm ci && npm run android
with Simulator or Android
Studio running respectively.