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

https://github.com/pakholeung37/liveblocks-whiteboard


https://github.com/pakholeung37/liveblocks-whiteboard

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# LoftMix

experimental admin like app built with Solid-js with all the best practices.

This POC should prove solidjs has enough performances, satisfaction, DX to build a normal admin app.

## Features

### functions

- [x] command palette
- [x] navigation
- [ ] actions - dark mode toggle action
- [x] chart
- [x] table

### components

- [x] button
- [x] avatar
- [x] charts

### pages

- [x] dashboard
- [ ] chat
- [ ] todo
- [ ] people
- [ ] app - table like

### styles

- [x] dark mode

## Best pratices

- [x] typescript first
- [x] pnpm workspace
- [x] turborepo for monorepo
- [x] vite first
- [x] storybook/vite
- [x] vitest for testing
- [x] vanilla-extract for style
- [x] purgecss when build
- [x] eslint + prettier + lint-stage + editorconfig + commitlint

## Usage

### Development

```bash
pnpm i

cd packages/main && pnpm start
```