christianjuth / monorepo

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

Home Page:http://christianjuth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://christianjuth.com

License:MIT License


Languages

Language:TypeScript 83.2%Language:Rust 8.0%Language:JavaScript 7.5%Language:HTML 0.9%Language:CSS 0.3%Language:Shell 0.1%