Jello a project management tool that works for any type of project, workflow, or team.
- Authentication
- Drag and drop Task
- Create and Update Task
- Delete Task (After moving the task to thrash, a new "Delete" option will be available)
- Add Subtask
- Search and Sort
- Frontend: React, Vite
- Backend: Node.js (v20), Express.js
- Database: Supabase (Postgres)
- Other Technologies: Cloudflare, npm
To start development mode, follow these simple steps.
- Clone to repo.
git clone https://github.com/tomodasheesh/jello.git
- Install packages
npm install
- Start server (cd server/)
npm run dev
- Start client (cd app/)
npm run dev
- Done.