Small visual projects
Older projects made in 2019-2020
CS50’s Introduction to Computer Science Final
A project I’ve done as a final for a course in 2020
I wanted to make something visual and cutesy so I decided to make a widget that shows the current phase of the Moon as well as the current placement of the Sun and the Moon at different coordinates.
I used Solunar API to get the sunrise and sunset times, etc. and based my calculations for positions on the widget on those.
Then I used canvas and vanilla js to put together the widget with a few simple animations:
Bridges game
Made in 2020 as my first React Native project:
I made my own implementation of the bridges puzzle game with dynamic generation of levels, with the ability to choose the level size.
Sudoku solver
https://niceslice.github.io/Sudoku/
A visual representation of a sudoku solver I made for a Project Euler problem in 2019 ( https://projecteuler.net/ ) I love Project Euler and thought it would be fun to whip up a demo that solves the 50 puzzles that were in the original problem since I already wrote a solver.
These projects' code aged badly as I didn't have much experience back then, at the time I was just happy to get them working and wrap them up!




