Projects
To-Do List
Full-stack task management application deployed on a DigitalOcean Droplet features:
- a responsive React frontend
- a RESTful API with Node.js, Express.js
- MySQL database for storing and serving project data
- Nginx for routing and reverse-proxy
2D Side Scrolling Game
Multilevel side-scrolling game created with P5.js and P5.Sound libraries:
- based on custom graphics and animations drawn with the Canvas API
- includes complex game logic - collision detection, score and lives tracking and more
Web Drawing App
Web-based drawing application:
- created with P5.js library and canvas API
- uses an optimized version of the four-way flood fill algorithm
- offers various drawing tools and functions, import/export images and more