Poetry App

Project information

In 2019, I worked on a mini project, which was a mobile app built using Kotlin, SQLite, and Firebase technologies. I created this app as a part-time self-development project and as a gift for a friend. The main feature of this app was displaying a set of poems for users to read. On the home page of the app, users could see a list of the newest poems with a short description of each. Clicking on a list item displayed the full text of the poem. I also added a "favorite" button for users to save their preferred poems locally using SQLite. I also included an admin page in the app, which required login credentials. This page allowed the poet to perform CRUD (Create, Read, Update, Delete) operations on all the poems in the app, which were stored in Firebase. Unfortunately, the code and design for this project were lost due to damage on my previous laptop hardware, but I still remember the effort and joy that went into creating the app and still trying to retrive the data.

Made by YassirEA