Skip to content

tomodasheesh/jello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jello

Jello Image

Description

Jello a project management tool that works for any type of project, workflow, or team.

Live Demo

jello-app.pages.dev

Features

  • 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

Tech Stack

  • Frontend: React, Vite
  • Backend: Node.js (v20), Express.js
  • Database: Supabase (Postgres)
  • Other Technologies: Cloudflare, npm

Installation

To start development mode, follow these simple steps.

  1. Clone to repo.
git clone https://github.com/tomodasheesh/jello.git
  1. Install packages
npm install
  1. Start server (cd server/)
npm run dev
  1. Start client (cd app/)
npm run dev
  1. Done.

Releases

No releases published

Packages

No packages published