About This Project
This is my first attempt with cloud storage. I want to learn the basics of how to store and manage data in the cloud. I will be using Google's Firebase to store the data.
The software I've created is a basic to-do list. It stores the to-do items in the cloud as documents, and saves the name of the item and whether it's finished. If you finish an item, it will remove it from the list. The program is run by running the main.py file. It is used in a terminal, and will give you the options of viewing the list, adding an item, editing an item, and finishing an item.
I wrote this software as a simple introduction to cloud databases. There are much better reasons to use a cloud database, but I wanted a very simple program as my first introduction with cloud storage.
Key Features
- Stores to-do items in the cloud
- CRUD functionality
- Basic terminal interface
Technologies Used
- Python
- Google Firebase
Links
Screenshots

Lessons Learned
With this project, I reinforced my CRUD usage and learned the basics of cloud storage. I gained experience with Google Firebase, and accessing the API in Python.