https://github.com/ytliusvn/todo-app
☑ A Swipeable To-Do App in React Native
https://github.com/ytliusvn/todo-app
async-storage expo react-native styled-components
Last synced: about 2 months ago
JSON representation
☑ A Swipeable To-Do App in React Native
- Host: GitHub
- URL: https://github.com/ytliusvn/todo-app
- Owner: ytliuSVN
- Created: 2021-06-13T03:59:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T14:29:03.000Z (almost 5 years ago)
- Last Synced: 2025-07-25T00:30:43.775Z (10 months ago)
- Topics: async-storage, expo, react-native, styled-components
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/prettier/prettier)
[](http://makeapullrequest.com)
# Swipeable To-Do App
The classic To-Do application where user can write down all the things they want to accomplish.
## User Stories
- [ ] User can see an `input` field where they can type in a to-do item.
- [ ] User can submit the to-do item and can see that being added to a list of to-do's.
- [ ] User can remove a to-do item by swiping on the to-do item itself or delete a whole list.
- [ ] User can edit a to-do by pressing on the to-do item itself.
- [ ] When closing the app window the to-do's will be stored and when the User returns, the data will be retrieved.
## App Details
### Screenshots
| Home Screen | Add a Todo | Empty Screen |
| :-: | :-: | :-: |
|  |  |  |
## Useful links and resources
- [Swipeable Todo App with Expo](https://www.youtube.com/watch?v=0c0v_40MPq8)