Smoothly Animated ToDo App built with React Native

Thumbnail

Try the demo on Expo Go

The animated checkbox component has been published as an NPM module react-native-checkbox-reanimated.

demo

Tutorial

Watch how I built this website on YouTube:

Stack

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── screens    # Screen components
    ├── components # UI components
    ├── utils      # Custom hooks and helpers
    └── assets     # Image files

Credits

How to dev

This project can be run from the Expo client app.

yarn
yarn start

Looking for a Markdown note-taking app? Check out my app called Inkdrop:

Inkdrop

GitHub

View Github