This is an animated ToDo app built with React Native and Reanimated v2. The app allows users to add and manage tasks in a visually appealing way using animations and gestures.
- Add new tasks with a title and description
- Mark tasks as completed
- Swipe left or right to delete a task
- Drag and drop tasks to reorder them
- Animated transitions between screens
- Clone the repository: git clone https://github.com/judemusyoki/native-todo.git
- Install dependencies:
npm install
oryarn install
- Run the app:
npm start
oryarn start
- Open the app on your device or emulator
- Tap the "Add Task" button to create a new task
- Fill in the title and description fields and tap "Add"
- Swipe left or right on a task to delete it
- Tap on a task to mark it as completed
- Press and hold on a task to drag and drop it to a new position
- React Native
- Reanimated v2
- React Navigation
- Expo
This app was created by Jude Musyoki .
This project is licensed under the MIT License - see the LICENSE.md file for details.