Projects

I got the opportunity to work on a variety of tools and technologies; some of my projects are listed here.

Avocado Recipe App

A project created using the SwiftUI framework. This app displays all of the recipes using avocados. The software features animations in addition to a simple, elegant appearance. Dark mode is also supported by the app.

Software: Xcode

Language: Swift 5 + SwiftUI

Text Analyzer

An intuitive machine learning software for iOS. The app was created by using the CreateML framework in Xcode to train a machine learning model. The software is fed with various complex sentences and information about the tone of the sentences, such as happy or sad.

Software: Xcode

Language: Swift 5

Sticker Chat

An Android sticker chatting application. The app includes a real-time sticker sending capability and uses Firebase as its database. Users can look up other users to contact them via sticker message.

Software: Android Studio

Language: Java

Pokemon

Pokemon is a project created in observable. It entails using Observable's cells and notebooks. The user has the option to apply filters to the loaded CSV file with Pokemon data in order to reduce the list. It also has a straightforward game where you use the provided balls to catch the pokemon that is shown on screen.

Notebook: Observable

Language: JavaScript

Quizza

A website that creates quizzes and gives users their results. The website uses minimongo rather than a real database to store its data. The user selects the category for the quiz they wish to take, and then they are given 5 random questions to respond to.

Framework: ReactJS

Language: JavaScript

Shopper's Delight

A simple shopping cart application in ReactJS. The app shows a list of products that users can add to their shopping cart or remove. Minimongo is used by the app to save cart information on the client side. Pagination is also used to display the merchandise.

Framework: ReactJS

Language: JavaScript