Hi, hooman! Welcome to my page :)
I'm Thea Kaylee, an aspiring Software Engineer. See some of the projects I've worked on here :)
This is my first-ever HTML project. I made this tribute page for Elizabeth Harmon of Queen's Gambit.
This is an exercise with forms. This survey form was inspired by the Starbucks gift cards.
For this product landing page, I redesigned an existing website and added my own touch.
I created this Momentum Page as an application that can help users be more organized and productive.
This was our first major Ruby on Rails project in Avion School. Users can sign up as traders, access the stock market, and buy and sell stock units.
This Ruby on Rails app was developed mainly for chefs affected by the pandemic and are hoping to gain clients after getting laid off from their work. With this app, chefs can promote their cuisines and services and clients can search their desired chefs based on their location.
This is a simple blog app created as an exercise in Ruby on Rails. (WIP)
This was an attempt to recreate the Slack app using ReactJS. Users can register, login, and send messages to their friends and channels.
This is Bulls and Cows, an old code breaking mind game where players have to guess the randomly generated four-digit, unique code with the least amount of guesses. The number of bulls indicate the number of guess digits at the right position while cows indicate the number of guess digits that are correct but misplaced. This app was developed using ReactJS.
This is also known as TicTacToe, a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players. This app was developed using JavaScript.
An exercise on using Flex. (Work in progress)
An exercise on using Grid. (Work in progress)
A simple calculator created as an exercise in Javascript.