Introducing Jello: a dynamic Trello clone that brings task management to life with a fun, jiggly twist! Built with a modern tech stack, Jello offers a sleek, responsive, and visually appealing user interface.
- ⚛️ React: Interactive UI components
- 🚀 Next.js: Framework for server-side rendering and routing
- 🌐 HTML, CSS, JavaScript: Core web technologies
- 📦 Axios: HTTP requests to backend endpoints
- 🎨 react-beautiful-dnd: Drag-and-drop functionality
- 🆔 uuid: Unique IDs for boards and cards
- 🐍 Python: Lightweight serverless functions
- ☁️ Vercel Serverless Functions: Efficient data handling and authentication
- Interactive Boards: Create boards, lists, and cards with drag-and-drop
- Modern Design: Clean, minimalist interface
- Animated UI: drop-in effects, multi-color glows
- Theming: Dark Mode Support
- Navigate to the project directory:
git clone https://github.com/yourusername/Jello.git cd Jello - Install frontend dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000.
- Firebase Database Integration: Future updates will incorporate Firebase for persistent multi-user data storage.
- Enhanced Authentication & Security: Additional security features and user management functionalities are planned.