Brief Description of my Projects

You can find my projects and work on GitHub

DFS-BFS Simulator

Simulator that showed how DFS and BFS traversal works. Graphics were made using PyOpenGL and Pygame was used for making the interface and components.

Rich Text Notes

  • Notes keeping application which is database integrated and has a rich text editor. ReactJs, Redux, Firebase, React Quill (for editor) are used.
  • For auto saving Debouncing was implemented for minimum load.

Multiplayer Game (C++)

Multiplayer Game where SFML is used for creating interface and components and Sockets is used to communicate between players.

Quiz App

Worked on Backend of the app with Django and SQLite database. Handled various routes for different user types i.e. student and teacher.