Projects
Carbon Monoxide Detector (ESP32, C++, I2C) [LINK]
-
Developed an apparatus capable of monitoring and processing Carbon
Monoxide Gas levels in a room
-
Apparatus was made using ESP32/Arduino Nano in C++ through
PlatformIO IDE
-
It was selected and exhibited at national level exhibition (51st
RBVP)
2D Particle Collision Simulator (SFML, C++) [LINK]
-
Programmed a project to showcase various features and aspects of
SFML library in C++
-
Project is made using static libraries of SFML 3.0,
winlibs-mingw64, and C++17 or newer
-
Project includes a Particle Collision simulation, BOID simulation,
Simulation of interactions between electrostatic charges, etc.
Visual and Data Analysis of Data using Matplotlib (Matplotlib) [LINK]
-
Using pandas and Matplotlib in Python, cleaned and processed data
of 2023 Inspire Manak Program
-
The data was related to year-wise grants given to students across
India, taken from data.gov.in
-
Visualized and highlighted different aspects of the dataset using
different graphs (pie, bar, etc.)
Temperature and Humidity Monitor on Breadboard (MicroPython) [LINK]
-
Using MicroPython firmware uploaded on ESP8266, created a simple
temperature/humidity display
- Built on breadboard for school exhibition in 9th Grade
Personal Portfolio Website (HTML/CSS/JS) [LINK]
-
Developed a static portfolio website to showcase and list my interests, projects, achievements, skills and
my resume
- Continuously being updated to include new projects and achievements. Also frequently revamped with new
technologies and frameworks so that I can practically learn novel features in web development
PythonWorkMoney (PWM) Website (HTML/CSS/JS) [LINK]
-
Developed website for the freelancing group founded by me and a
friend
Oscillating Isometric Tiles(C++, raylib)[ REPO|WEBSITE]
- Developed a project to demonstrate rendering and management of a isometric tilemap which are commonly
used in 2D games to create a pseudo-3D effect
Weak Perspective Projection(C++, raylib)[ REPO|WEBSITE]