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 (

Welcome to Taskboard

Organize your projects and boost productivity with powerful task management

View Boards

Visual Workflow

Drag and drop cards to manage your tasks efficiently

Personal Organization

Your personal space to organize and track your tasks

Customizable Boards

Create and organize boards to fit your workflow

Modal System Demo

Test our modal system with this interactive example. The modal uses React Context for state management.

Toast System Demo

Test our toast notification system with this interactive example. The toast uses React Context for state management.

Loader System Demo

Test our global loading system with this interactive example. The loader uses React Context for state management.

); }