I am aryan palave
I love bringing my ideas to life through code, and looking for more
opportunities to learn through hands-on experience.

I love bringing my ideas to life through code, and looking for more
opportunities to learn through hands-on experience.
A web app written using the OpenAI API, Flask, HTML, TailwindCSS, and Python that offers students personalized guidance and feedback as they craft their admissions essays, ensuring clarity, coherence, and compelling narratives.
My mother runs a childcare program, and parents often want a detailed report about their day, but there isn’t the time to debrief them. I wrote an app in Java using Android Studio that can create digital behavior management reports and profiles, can save and retrieve them to the device, and download the report as a PDF, along with user authentication through Firebase.
A to-do list Flutter application mainly written using Dart, HTML, Swift, and Kotlin, where all tasks are saved to a Firestore database, implementing CRUD. The app syncs across multiple devices and emphasizes a user-friendly and intuitive UI.
A data visualization project that is written in R and uses Shiny and aims to analyze the relationship between college tuition costs and post-college earnings, and the intersection of factors such as geographic location, college degree type, etc.
Downloaded COVID Data publicly available at ourworldindata.org, then did data cleaning in Excel, processed the data in SQL, and created a COVID dashboard using Tableau.
A Java implementation of the popular game Flappy Bird, including a Graphical user interface made with Swing.
A program that encodes and decodes Morse code strings usin using a binary tree. The tree stores the encodings of each letter and number, going left for a dot and right for a dash, and outputs the letter or number reached at the end of each sequence.
An interactive Java simulation of the Conway's Game of Life, where the user starts by making some dead cells alive. Then, the alive cells can make other cells alive or dead depending of the rules of the game.