Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/christianjuth/monorepo
- Owner: christianjuth
- License: mit
- Created: 2021-11-20T16:12:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:29:29.000Z (3 months ago)
- Last Synced: 2024-11-23T20:04:12.261Z (29 days ago)
- Topics: lerna-monorepo, npm-package, rust, swc, turborepo
- Language: TypeScript
- Homepage: http://christianjuth.com
- Size: 8.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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` |