Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianjuth/monorepo

Monorepo containing my actual soul (npm packages, react apps, react native, RUST projects, etc.)
https://github.com/christianjuth/monorepo

lerna-monorepo npm-package rust swc turborepo

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://npm.christianjuth.com/tictactoe-engine) |
| [@christianjuth/genetics](https://npm.christianjuth.com/genetics) |
| [@christianjuth/sudoku-solver](https://npm.christianjuth.com/sudoku-solver) |
| [@christianjuth/game-of-life](https://npm.christianjuth.com/game-of-life) |

# Packages 📦

| View on NPM | Install |
| --- | --- |
| [@christianjuth/minimax](https://www.npmjs.com/package/@christianjuth/minimax) | `npm i @christianjuth/minimax` |
| [@christianjuth/tictactoe-engine](https://www.npmjs.com/package/@christianjuth/tictactoe-engine) | `npm i @christianjuth/tictactoe-engine` |
| [@christianjuth/genetics](https://www.npmjs.com/package/@christianjuth/genetics) | `npm i @christianjuth/genetics` |
| [@christianjuth/graph-search](https://www.npmjs.com/package/@christianjuth/graph-search) | `npm i @christianjuth/graph-search` |
| [@christianjuth/sudoku-solver](https://www.npmjs.com/package/@christianjuth/sudoku-solver) | `npm i @christianjuth/sudoku-solver` |
| [@christianjuth/game-of-life](https://www.npmjs.com/package/@christianjuth/game-of-life) | `npm i @christianjuth/game-of-life` |