-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Holat/to-do
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |