import { Link } from 'react-router-dom'; import { ModalExample } from '../context/modals/ModalExample'; import { ToastExample } from '../context/toasts/ToastExample'; import { LoaderExample } from '../context/loaders/LoaderExample'; import { TaskboardLogo } from '../components/TaskboardLogo'; export function Home() { return (
Organize your projects and boost productivity with powerful task management
View BoardsDrag and drop cards to manage your tasks efficiently
Your personal space to organize and track your tasks
Create and organize boards to fit your workflow
Test our modal system with this interactive example. The modal uses React Context for state management.
Test our toast notification system with this interactive example. The toast uses React Context for state management.
Test our global loading system with this interactive example. The loader uses React Context for state management.