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

https://github.com/monte9/todolist-reactnative

Todo List app using React Native
https://github.com/monte9/todolist-reactnative

Last synced: over 1 year ago
JSON representation

Todo List app using React Native

Awesome Lists containing this project

README

          

# Todo List app

**Todo List app** is built using React Native.

## Demo

![Todo List app walkthrough](todoList.gif)

## Features

The following features are implemented in the app:

- [x] Add new todo item
- [x] Mark todo item as complete
- [x] Delete a todo item
- [x] Delete all completed todo items
- [ ] Local persistence using AsyncStorage (https://facebook.github.io/react-native/docs/asyncstorage.html)
- [ ] OR Local persistence using Redux Persist (https://github.com/rt2zz/redux-persist)
- [ ] Navigation using React Native Router Flux (https://github.com/aksonov/react-native-router-flux)

## Notes

Built at React Native workshop by Deco Software at Zynga HQ, 11/17/16

Open to suggestions and feedback. Please email mthakkar@mail.sfsu.edu

## Resources

- http://www.reactnativeexpress.com/
- https://github.com/gabergg/ReactNativeTodoList

## License

Copyright [2016] [Monte Thakkar]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.