KO
|
EN
gitlite — search
Search
#python
#javascript
#pytorch
#hacktoberfest
#ethereum
#nodejs
#cli
#game
#reactjs
#ruby
#python3
#matlab
pragmatic-board
★ 57
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
poe2.re
:
Path of Exile 2 Regex
laravel-unique
:
Provides a model trait to automatically append a value to model values that should be unique.
fck-saas
:
Directory of "next-gen" open source self hosted software.
dewp
:
Use your WordPress data in Astro projects
Bonsai
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pragmatic-board
?
Download (.md)
# Pragmatic board [](https://stackblitz.com/~/github.com/alexreardon/pragmatic-board) A board example powered by [Pragmatic drag and drop](https://github.com/atlassian/pragmatic-drag-and-drop) that leverages shadows for drop placement (like [Trello](https://trello.com/)). This project is a [next.js](https://nextjs.org/) site that leverages [react](https://react.dev/), [tailwind](https://tailwindcss.com/) (for styling) and [lucide](https://lucide.dev/) (for icons). This example does not implement the [Pragmatic drag and drop accessibility guidelines](https://atlassian.design/components/pragmatic-drag-and-drop/accessibility-guidelines) in order to keep this code simpler. ## Running locally This is fairly vanilla `next.js` project, so you can use all the `next.js` commands directly. ```bash npm install npm run dev ``` By [Alex Reardon](https://alexreardon.bsky.social)