Projects

These are some class/personal projects I really enjoyed building!

cinerank icon

CineRank

A movie review app like IMDB with an admin pannel to upload movies and users can rate the movie from 1 to 10.

Node.js, Express, React, MongoDB, Tailwind, Mailtrap, Cloudinary, Sendinblue.

BearBuzz

An anonymous sharing website focused on Brown University, drawing inspiration from the app Sidechat.

HTML, CSS, Javascript, React

personal website icon

Personal website

This simple website where I share about myself, projects, and travel photos!

HTML, CSS, Javascript, Bootstrap

search engine icon

Mini Search Engine

A web aggregator that retrieves highly relevant results from a parsed XML database based on user queries with enhanced search speed and accuracy.

Python

pacman icon

Pacman

The classic PacMan game with core gameplay mechanics, including BFS algorithm for PacMan-Ghost's shortest paths, responsive controls, collision detection, and score tracking.

Java, OOP

c-shell icon

C Shell

A full-fledged C shell with built-in commands, signal handling, and a job control system able to handle multiple processes simultaneously.

C