MalakSadek / Infinite-Produce

A To-Do List mobile application πŸ“– πŸ–Š β˜‘ (2018)

Home Page:https://malaksadek.wordpress.com/2019/08/31/infiniteproduce-do-everything/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite-Produce

A To-Do List mobile application (2018)

πŸ“–πŸ–Š Infinite Produce is a To Do List mobile application implemented in Java for Android and in Swift for iOS as a personal project. It connects to Firebase for database management and image storage.

The application allows the user to add new to do items, edit them later, delete them, reorder them, mark them as finished, and add notes to them. It can also show the user a random image with a motivational quote.The user is required to provide a one-time username which is used to link their to do items in the Firebase database (Firestore).The user may enter this username again if they change phones or delete the application to relink the current device to their stored to do items.

The structure of the database follows this shape: Collection("Users").document(//UserID).Collection("Todos").document(//TodoID) and each to do has a name, a note, a state (completed or not), and an order (for displaying).

picture alt

Screenshots and videos can be found here: https://malaksadek.wordpress.com/2019/08/31/infiniteproduce-do-everything/

Download the App

The app is available on:

Contact

About

A To-Do List mobile application πŸ“– πŸ–Š β˜‘ (2018)

https://malaksadek.wordpress.com/2019/08/31/infiniteproduce-do-everything/

License:GNU General Public License v3.0


Languages

Language:Swift 50.7%Language:Java 49.3%