Sam's repositories
FileExplorer
Fast file explorer written with Tauri and React.
chrome-password-manager-extension
A password manager extension for Google Chrome.
spaced-repetition
Desktop application for creating spaced reptition flash cards.
ai-alt-detection
AI powered alt account detection for Discord using NLP.
ebay-account-summarizer
Webscrapes an eBay user and summarizes their profile as well as giving a score.
redis-clone
A Redis clone made with codecrafters (https://app.codecrafters.io/join?via=conaticus)
video-player
Video player that can be controlled entirely with the keyboard.
habit-tracker
A habit tracker for improving bad habits.
package-manager-old
Half-functioning package manager for NodeJS - fun little side project.
percolation
An app that creates a grid and as the user opens squares, the app will notify once the grid percolates.
swift-start
A CLI for initialising your programming projects efficiently.
grep-clone
A grep clone I made while learning C++ & codecrafters.io