To-do App (React Native - expo)
- Used stack navigation at the root (The only navigation in the app)
- Each todo item card shows the time and date it was created dynamically
- "useColorScheme()" to implement the dark mode
- PanGesture Animation from react-native-gesture-handlers
- Animated from react-native-reanimated
- Uses AsyncStorage to store user data (still remains on reload)
- ✅ are added to the history screen
- Swipe left to remove animation
- 🕗 History can be cleared
updated to swipe-to-delete with animations