Circle
Project management interface inspired by Linear. Built with Next.js and shadcn/ui, this application allows tracking of issues, projects and teams with a modern, responsive UI.
The BaseUI code is available on Square UI Pro.
🛠️ Technologies
- Framework: Next.js
- Langage: TypeScript
- UI Components: shadcn/ui
- Styling: Tailwind CSS
📦 Installation
git clone https://github.com/ln-dev7/circle.git
cd circleInstall dependencies
pnpm install
Start the development server
pnpm dev