Asim13se / minimal-todo

Minimal Todo is a simple todo app with a minimal set of features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Todo

Minimal Todo is a simple todo app with a minimal set of features

Features

  • Create todo with title and due date
  • Complete a todo
  • Update todo's title and due date
  • Delete todo

Screenshots

Empty todo list Create todo View todo list Update todo
screenshot 1 screenshot 2 screenshot 3 screenshot 4

How to run the app locally

  1. start the local backend server npm run start:backend-local
  2. run the app on the simulator/emulator
    • to run the app on iOS, run npx pod-install then run npm run ios
    • to run the app on Android, run npm run android

Unit tests

these components/custom hooks that have unit test coverage

Components
Custom hooks

About

Minimal Todo is a simple todo app with a minimal set of features


Languages

Language:TypeScript 78.7%Language:Java 9.9%Language:Objective-C 6.7%Language:JavaScript 2.7%Language:Ruby 1.2%Language:Starlark 0.9%