Python
JavaScript
SQL
MongoDB
Excel
React
Node.js
A movie X forum like app. Users can search and filter animes that they would like to discuss. Under each anime, they can make a post while other users can comment under these posts. Users can also view their own profile or other user's profile by clicking on their profile picture. Home page displays currently airing anime, along with other popular animes.
A Gacha simulator, similar to a loot box if you are unfamiliar with gacha. Currently there is a JSON file of 50 characters from different series. Users can do a 10x summon or a single summon and get characters. There are 3 different rarity of characters going from 3* to 5* with 5* being the rarest. There is also a pity system implemented so users will eventually get a 5 star if they continue pulling.
A project revolving around landlords and tenants. A user can register an account or login, which brings them to the homepage where they can join a building as a tenant, or create a new building as a landlord. The landlord can make new announcement posts to inform their tenants. Tenants can make a request for things like repairs which the landlord can then schedule on their side. The landlord and tenants can also hold a real time conversation on what to do about the repair.
*Deployed to render free tier, may take a bit to load
A pokedex app. Users can search for pokemon by region, types, and name. On click, each pokemon will display their specific info along with their evolution chain.
A simple weather app using the ejs template. Users can search for the city that they want the weather for. Users can switch between fahrenheit and celsius and see the forecast for the next 5 days. Plans to include a geolocation so that it will automatically display the weather of the user's current location
*Deployed to render free tier, may take a bit to load