SUDOKU Description A sudoku web application that dynamically generates new games and tracks score Currently features a sudoku player, a leaderboard, and a login flow for individual records Implementation React based front end with Auth0 integration to enable user IAM Precompiles C++ binary used to generate new games via backtracking PostgreSQL datatable to store leaderboard data Lightweight Go web server to service generated games and leaderboard data Deployment This repository contains two containerized applications that must be deployed independently First deploy the backend server by building and running server/Dockerfile Then deploy the front end by building and running game/Dockerfile Next Steps Display user specific leadeboard info Add statistics page with user specific analytics Add difficulty settings (ex. Easy, Medium, Hard) Enable leaderboard search