Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)*