Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Holat/to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
Holat committed Aug 24, 2023
2 parents bd25083 + be731ca commit 1ec6005
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@ 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
- 🗑️ are removed completely
- Swipe left to remove animation
- 🕗 History can be cleared

# Screenshots
updated to swipe-to-delete with animations
<br/>

<img src="https://github.com/Holat/to-do/assets/105239299/9a46c179-b6b1-45c7-90c1-f561890d74c5" width="303px"/>
<img src="https://github.com/Holat/to-do/assets/105239299/cf731123-e95e-41d5-a6eb-11b649e07354" width="300px"/>
<img src="https://github.com/Holat/to-do/assets/105239299/ad4c56d8-deaa-4cd3-a5cb-1190d34aeb32" width="300px"/>

![Screenshot_20230723_192545_Expo Go](https://github.com/Holat/to-do/assets/105239299/cf731123-e95e-41d5-a6eb-11b649e07354)
![Screenshot_20230723_192751_Expo Go](https://github.com/Holat/to-do/assets/105239299/ad4c56d8-deaa-4cd3-a5cb-1190d34aeb32)
<img src="https://github.com/Holat/to-do/assets/105239299/39e9a491-6119-4f9e-bf6b-7d5e0dce2171" width="300px"/>
<img src="https://github.com/Holat/to-do/assets/105239299/0f209d9c-a963-47b9-93ed-a3ee5301c78c" width="300px"/>


![Screenshot_20230723_192554_Expo Go](https://github.com/Holat/to-do/assets/105239299/39e9a491-6119-4f9e-bf6b-7d5e0dce2171)
![Screenshot_20230723_192744_Expo Go](https://github.com/Holat/to-do/assets/105239299/0f209d9c-a963-47b9-93ed-a3ee5301c78c)


![Screenshot_20230723_192827_Expo Go](https://github.com/Holat/to-do/assets/105239299/f08d84c6-4675-4466-967e-96b9c7d99ed8)
![Screenshot_20230723_192813_Expo Go](https://github.com/Holat/to-do/assets/105239299/2af8ec19-3a5b-4511-99ed-87a845126279)
<img src="https://github.com/Holat/to-do/assets/105239299/f08d84c6-4675-4466-967e-96b9c7d99ed8" width="300px"/>
<img src="https://github.com/Holat/to-do/assets/105239299/2af8ec19-3a5b-4511-99ed-87a845126279" width="300px"/>

0 comments on commit 1ec6005

Please sign in to comment.