A simple todo list app with React Native
- New tasks are at the top
- Tasks move to the bottom when marked as done
- Completed tasks can be marked again as undone, moving them to the top
- Completed tasks have a strikethrough and a lighter color
- Dark theme (caveat: set in code for now with
isDark
instyles/colors.tsx
, no toggle given to the user) - Easter Egg: Try adding a task of the form
anime: <search term>
to search for it on MyAnimeList.