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
- Host: GitHub
- URL: https://github.com/pungrumpy/syntabli
- Owner: PunGrumpy
- License: mit
- Created: 2024-10-29T16:37:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:50:32.000Z (over 1 year ago)
- Last Synced: 2025-03-19T09:46:22.468Z (11 months ago)
- Language: TypeScript
- Homepage: https://syntabli.vercel.app
- Size: 414 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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