Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Holat authored Jul 25, 2023
1 parent feb9982 commit a6b9d6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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
- 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
- Uses AsyncStorage to store user data (still remains on reload)
- ✅ are added to the history screen
- 🗑️ are removed completely
- 🕗 History can be cleared

# Screenshots

Expand Down

0 comments on commit a6b9d6e

Please sign in to comment.