About
My name is Anusha Khobare, and I am currently in the 11th grade. Last year, I took the AP Computer Science Principles (CSP) course, which ignited my passion for technology and programming. This year, I am thrilled to be taking AP Computer Science A (CSA) to further develop my skills in software development and algorithms.
I have experience with several technologies, including JavaScript, HTML, SCSS, and SQLite databases. I am always eager to learn more and apply my knowledge to real-world projects.
I was born and have lived in San Diego all my life. I attended Stone Ranch Elementary, Oak Valley Middle School, and I am currently a student at Del Norte High School.
My personal interests include:
- Books: I have a deep love for reading.
- Music: I enjoy listening to various types of music.
- Beach: Living in San Diego, I love spending time at the beach.
- Strawberry Ice Cream: Strawberry ice cream is my favorite treat.
Project 1: Fitness Tracker
Description: This project started as a simple fitness tracker and evolved into a comprehensive health tracking application.
- Water Tracking: Developed a feature for tracking water intake using a moving bar.
- Food Tracker: Implemented a system for tracking food intake, storing user data in local storage, and generating a health score based on USDA recommendations. Included pie charts for visualizing intake versus recommended values and integrated ML-based suggestions.
- Expanded Features: Added additional trackers for sleep, fitness, and stress, along with a profile creation feature for personalized tracking.
Technologies Used: JavaScript, HTML, CSS, Local Storage, D3.js, SQLite, Python
Backend Repository | Frontend Link
Project 2: Calorie Burned Calculator
Description: Developed a calorie burned calculator using the Seaborn library, initially created in Jupyter Notebooks and later implemented as a model and API.
- Data Processing: Included one-hot encoding, data cleaning, training, and predictions.
- Backend: Featured an SQLite backend with GET and POST requests.
Technologies Used: Python, Jupyter Notebooks, Seaborn, Pandas, Scikit-learn, SQLite, Flask
Backend Repository | Frontend Repository
Project 3: Third Trimester Museum Project
Description: This project combined elements from two previous triangle projects, focusing on developing a system for sorting and searching through an array of exercise cards.
- Exercise Cards: Implemented features for sorting and searching exercise cards based on editable attributes like likes and intensity.
- Backend: Used SQLite for storing and retrieving exercise card data.
Technologies Used: JavaScript, HTML, CSS, SQLite