My Portfolio

My favorite projects that showcase the skills I've learned

I am aryan palave

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

Papyrus AI

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.

The Kare App

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.

The To Do Tree App


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.

Education Simplified Web App


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.

COVID Dashboard


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.

Morse Code Encoder and Decoder

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.

Conway's Game of Life

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.