Skip to content

Monorepo containing my actual soul (npm packages, react apps, react native, RUST projects, etc.)

License

Notifications You must be signed in to change notification settings

christianjuth/monorepo

Repository files navigation

Overview 📚

This repo is a place to apply everything that I love CS. It has a little of everything. This repo includes concepts I learned while studying Computer Science in College (graph search, minimax), concepts I've explored outside of my degree(genetics algorithms, BFS Sudoku solving), and frameworks like Next.js. Most of the code is written in TypeScript, which is my preferred language at the time of writing this. All modules compile to ESM and CJS. This repo also uses the fastest build tools I know of (SWC and Turborepo).

Demos 🚀

Test out the packages for yourself!

Demos
@christianjuth/tictactoe-engine
@christianjuth/genetics
@christianjuth/sudoku-solver
@christianjuth/game-of-life

Packages 📦

View on NPM Install
@christianjuth/minimax npm i @christianjuth/minimax
@christianjuth/tictactoe-engine npm i @christianjuth/tictactoe-engine
@christianjuth/genetics npm i @christianjuth/genetics
@christianjuth/graph-search npm i @christianjuth/graph-search
@christianjuth/sudoku-solver npm i @christianjuth/sudoku-solver
@christianjuth/game-of-life npm i @christianjuth/game-of-life