Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldarlrd/js-algorithms
Pure and Interactive JS Algorithms.
https://github.com/eldarlrd/js-algorithms
algorithms chakra-ui preact
Last synced: about 19 hours ago
JSON representation
Pure and Interactive JS Algorithms.
- Host: GitHub
- URL: https://github.com/eldarlrd/js-algorithms
- Owner: eldarlrd
- License: agpl-3.0
- Created: 2022-10-02T12:41:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T14:42:04.000Z (9 months ago)
- Last Synced: 2024-02-25T20:53:19.240Z (9 months ago)
- Topics: algorithms, chakra-ui, preact
- Language: JavaScript
- Homepage: https://eldarlrd.github.io/js-algorithms/
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Algorithms
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/js-algorithms/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/js-algorithms/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/js-algorithms/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/js-algorithms/blob/main/LICENSE)> JS Algorithms is a website built with
> - **[Preact](https://preactjs.com)**
> - **[TypeScript](https://typescriptlang.org)**
> - **[Syntax Highlighter](https://react-syntax-highlighter.github.io/react-syntax-highlighter)**
> - **[Intersection Observer](https://react-intersection-observer.vercel.app)**
> - **[Chakra UI](https://chakra-ui.com)**
> - **[Fontsource](https://fontsource.org)**
> - **[Font Awesome](https://fontawesome.com)**
> - **[Vite](https://vite.dev)**
>
> and is an interface for interactive code.## Install
```sh
pnpm i
```
## Develop
### Run Env.
```sh
pnpm dev
```
### Prod. Build
```sh
pnpm build
```
### Preview Prod. Build
```sh
pnpm preview
```
### Format Code (ESLint + Prettier)
```sh
pnpm format
```
## Deploy
```sh
pnpm deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*