Full-Stack Notes Web Application (MERN)
- Developed a full-stack web application using MongoDB, Express.js, React, and Node.js
- Built a RESTful API supporting full CRUD operations for notes
- Implemented middleware, including rate limiting, to improve API security and performance
- Designed a responsive React frontend and deployed the application end-to-end
- Tested API endpoints using Postman (GET, POST, PUT, DELETE)
Pathfinding Maze Solver
- Implemented DFS and BFS algorithms using stacks and queues to solve maze navigation problems
- Demonstrated strong understanding of graph traversal and data structures
Student Grade Tracker (C++)
- Developed a command-line application to manage student records and calculate statistics
- Used file I/O and modular design to improve maintainability