Projects
Here are some of the projects I’ve worked on:
Exercise Tracker Web Application
Full-Stack Development | React, Express, MongoDB
- Designed and built a responsive web application enabling users to log and track workouts.
- Developed RESTful APIs using Express.js and connected to a MongoDB database.
- Built the front-end with React and React Router.
- Optimized backend queries and reduced response times.
- Used Git and Agile practices throughout development.
- Deployed front-end to Netlify and backend to Render for full-stack deployment.
Atomic Chess
CLI 2 Player Strategy Game | Python
- Built a turn-based chess engine using Python with custom atomic chess rules.
- Modeled game state with 2D arrays and recursive move validation.
- Parsed standard chess notation input.
- Applied TDD principles using PyCharm.