/todoapp

A simple React Native todo app

Primary LanguageTypeScript

Todo List

A simple todo list app with React Native

Features

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

Screenshots

ios dark ios light android dark android light