A React Native app that implements a simple chatbot to manage a to-do list. (Developed to Android)
- First of all, clone this repository.
- Then, enter the following command in the project root directory:
npm install
- Once npm installed all the packages, test the app:
react-native run-android
- Welcome conversation: chatbot learns your name, genre and best time of productivity. You may ask for more information as well;
- Conversation for adding a task;
- Delete a task;
- Calendar to view the tasks added;
- For now, only portuguese is supported;
- The data is stored offline with Realm Database instead of SQLite.
There is a lot of things to improve the app. For example:
- Support English 😏;
- Add more task categories.

