Use the app: https://my-little-kanban.vercel.app/
I've also developed a RESTful API to fetch and persist the taks to mongodb using GoLang (currently learning): https://github.com/Ibcs16/my-little-kanban-api
- NextJS + React
- @emotion (for styling 💅)
- react-beautiful-dnd (for drag n' drop)
- framer-motion (for simple animations 🧚🏻)
- axios (for HTTP requests)
- Go + Gin framewoek (REST API)
Run npm install or yarn install
Inside root folder, run yarn dev or npm run dev