My Projects

Library API

An API for library where students can get books issued, return books; books can be added and removed by the admin. - Built using Django Rest Framework. The github repository can be found here

Quantum Computing-Summer of Science

Learnt the fundamentals of quantum computation and some of the renowned algorithms including Quantum Fourier Transform, Shor's Algorithm and Grover's Search Algorithm. The report can be found here.

Flappy Bird

Made a flappy bird analogue(yes, the rules are slightly different) using FLTK library in C++.