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

https://github.com/pungrumpy/syntabli

🤕 Intuitive, fast, and flexible data tables for seamless prototyping and innovation
https://github.com/pungrumpy/syntabli

Last synced: 11 months ago
JSON representation

🤕 Intuitive, fast, and flexible data tables for seamless prototyping and innovation

Awesome Lists containing this project

README

          

# 🐍 Syntabli

Effortlessly create and experiment with data tables. Designed for speed and adaptability, Syntabli empowers you to bring data-driven ideas to life in an intuitive, accessible way

## ⚡ Built with

- [▲ Next.js](https://nextjs.org/) - React framework
- [🌴 TanStack](https://tanstack.com/) - Modern web development tools (Query and Table)
- [🍧 shadcn/ui](https://ui.shadcn.com/) - Designed components
- [🎨 Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
- [🌈 nuqs](https://nuqs.47ng.com/) - Query language for data tables
- [😺 dnd-kit](https://dndkit.com/) - Lightweight drag and drop toolkit
- [🥴 Drizzle](https://orm.drizzle.team/) - Database ORM
- [🐬 MySQL](https://www.mysql.com/) - Database Storage

## 🚀 Getting Started

1. **Clone the repository**

```bash
git clone https://github.com/PunGrumpy/syntabli.git
```

2. **Install dependencies**

```bash
cd syntabli
bun install
```

3. **Set up the database**

```bash
# Copy connection string and paste it in .env
cp .env.example .env
```

4. **Start the development server**

```bash
bun dev
```

5. **Open the app**

> [!NOTE]
> Your app should now be running on [localhost:3000](http://localhost:3000/)

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details