dereklseitz 51812d6493 feat: Initialize dashboard app with core structure and routing
This commit sets up the foundation for the new dashboard application by
implementing the main component structure, routing, and a basic UI shell with
KendoReact components.

- Set up the main application shell
- Implement a routing system with React Router
- Build a new App Bar component
- Create page placeholders for all routes
- Corrected various import and export errors
2025-09-14 22:38:07 -05:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Description
A modern blog dashboard built with React and KendoReact, featuring a dual-mode editor (HTML/Markdown) with live preview, custom toolbar tools, and responsive design. Demonstrates advanced KendoReact component integration including custom Editor tools, Splitter layouts, and state management for blog post creation and management.
https://campfire-demo.dlseitz.dev
Readme 16 MiB
Languages
JavaScript 88.7%
CSS 9.6%
HTML 1.7%