Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a-mabe/todo-tada

A fully open source visual to-do list Flutter application.
https://github.com/a-mabe/todo-tada

flutter mobile-app todolist

Last synced: about 1 month ago
JSON representation

A fully open source visual to-do list Flutter application.

Awesome Lists containing this project

README

        

To-do Tada


A fully open source visual to-do list Flutter application.



Tests


Metrics


Version


BSD 3-clause



Tweet

# Description

⚠️ This app is currently **in progress and actively under developement**.

✔️ Feel free to utilize GitHub issues, particularly the enhancement (feature request) tag, to suggest things as I'm developing the app.

ℹ️ Please [see the wiki](https://github.com/a-mabe/todo-tada/wiki) for more detailed information on the design, development status, and implementation of the app.

# Running from Source

1. [Install Flutter](https://flutter.dev/docs/get-started/install)

2. [Setup your editor (Android Studio, VSCode, or Emacs)](https://flutter.dev/docs/get-started/editor?tab=androidstudio)

3. Clone the repository

```
git clone https://github.com/a-mabe/todo-tada.git
```

4. Open the project in your editor of choice and follow the [Flutter Test Drive](https://flutter.dev/docs/get-started/test-drive?tab=androidstudio) instructions to run the application.

# Status and Contributing

The workflow for this app utilizes [GitHub Projects](https://github.com/a-mabe/todo-tada/projects).

* [Generic To-do Lists](https://github.com/a-mabe/todo-tada/projects/2) - Covers the basic functionality of the to-do list app.
* [Daily Lists Screen](https://github.com/a-mabe/todo-tada/projects/1) - Expands on the general to-do list functionaly by allowing lists to be created for and sorted by specific dates.
* [Testing](https://github.com/a-mabe/todo-tada/projects/3) - Goes over what tests need to be/have been written for the current functionality.

I make all the icons for the app myself in [Inkscape](https://inkscape.org/). You can view the list of icons, suggest icons, or suggest changes to existing icons in [this Google Doc](https://docs.google.com/document/d/1pbwKDSxXyNEMPFTxxMaQqzwsmXEjMaDuyFj48iWG1UY/edit?usp=sharing).

# Author

* Abigail Mabe [[email protected]](mailto:[email protected])

## My Other Apps

* I created [Weatheristic](https://weatheristic.app/), a weather condition posting app, as a summer project with the help of [Dhruv Patel](https://github.com/dhruv282).

# License

See the [license file](https://github.com/a-mabe/todo-tada/blob/master/LICENSE) at the root of the project.