rohan-buechner / react-native-animated-todo

Animated ToDo app built with React Native and Reanimated v2

Home Page:https://youtu.be/k2h7usLLBhY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Animated ToDo app built with React Native and Reanimated v2

https://youtu.be/k2h7usLLBhY


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%