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 Jul 23, 2023
2 parents 8e82e09 + 1ecb2dc commit 2eaae2a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# To-do
To-do App (React Native - expo)

# Description
- Used stack navigation at the root (The only navigation in the app)
- "useColorScheme()" to implement the dark mode
- For todo list info is added to an array so it won't be stored and will be removed when the app is reloaded
- "AsycStorage" would be used to update the app later

# Screenshots


![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)


![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)

0 comments on commit 2eaae2a

Please sign in to comment.