30 Plants a Week Tracker - React Native app built for the GitHub Copilot Challenge
This is a submission for the GitHub Copilot Challenge : New Beginnings What I Built For a year or so now, I've been doing the "30 plants a week" thing, whereby I try to make sure that every week, I eat at least 30 different plants over the course of a week. This has been noticeably beneficial for my health. In the past I've used the Android notes app to manage this, which works, but is less than optimal for this use case: It's easy for duplicates to sneak in Clearing the list at the start of a new week is a chore 30 Plants a Week Tracker is the solution I came up with. It's a very simple app that works entirely offline and stores the data locally. It was also an opportunity to stretch my wings a bit. I used to build mobile apps for a living with Phonegap, but that's no longer maintained, and I haven't worked on a mobile app for nearly a decade. I also wanted to work with React Native and so I decided that this would be my first app built with that Demo Check it out. Repo matthewbdaly / 30-plants-tracker React Native app for tracking consumption of 30 plants a week Welcome to your Expo app
This is a submission for the GitHub Copilot Challenge : New Beginnings
What I Built
For a year or so now, I've been doing the "30 plants a week" thing, whereby I try to make sure that every week, I eat at least 30 different plants over the course of a week. This has been noticeably beneficial for my health.
In the past I've used the Android notes app to manage this, which works, but is less than optimal for this use case:
- It's easy for duplicates to sneak in
- Clearing the list at the start of a new week is a chore
30 Plants a Week Tracker is the solution I came up with. It's a very simple app that works entirely offline and stores the data locally.
It was also an opportunity to stretch my wings a bit. I used to build mobile apps for a living with Phonegap, but that's no longer maintained, and I haven't worked on a mobile app for nearly a decade. I also wanted to work with React Native and so I decided that this would be my first app built with that