These are apps and projects I created to demonstrate my skills as a full-stack developer. All three apps are Flutter apps (front-end using Dart) that communicate with a server (Google App Engine, built using Python).
Table of contents
Downloading ebook | Turning page | Select style | Edit style |
This is an eReader that takes an EPUB file (open-source ebook) and makes it readable. Users can open the book, read, and swipe through the pages to read the book.
This app uses the following:
Host game | Join game |
Playing | Results |
Game that multiple players can join and play remotely over the internet. When the timer starts, the letters on the game board are revealed, and players enter words. If a word is rejected, then it will let them know why it was rejected (too short, not a word, or not found). At the end of the game, it calculates scores, including dropping words shared between players, and then lists every single word that they missed, so they can learn for the future.
This app uses the following:
Results | Results | Results | Results |
Trivia game where players compete to answer trivia questions. The first player to answer gets the point. Time is theoretically unlimited, with the round ending either when a player selects the correct answer, or when all players select a wrong answer.