An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


todoList

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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 |
| :-: | :-: | :-: |
| ![Home](./assets/screenshot/home.png) | ![Add](./assets/screenshot/add.png) | ![Empty](./assets/screenshot/empty.png) |

## Useful links and resources

- [Swipeable Todo App with Expo](https://www.youtube.com/watch?v=0c0v_40MPq8)