Skip to content

victorpinheirodev/Chatbot-To-Do-App

Repository files navigation

Chatbot To-Do App

MIT license npm version

A React Native app that implements a simple chatbot to manage a to-do list. (Developed to Android)

Installation

  1. First of all, clone this repository.
  2. Then, enter the following command in the project root directory:
npm install
  1. Once npm installed all the packages, test the app:
react-native run-android

Features

  • 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.

To-Do

There is a lot of things to improve the app. For example:

  • Support English 😏;
  • Add more task categories.

About

A React Native app that implements a simple chatbot to manage a to-do list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published