A TypeScript application for managing and organizing code snippets built with Vite.
- 📝 Create and manage code snippets with syntax highlighting
- 🏷️ Organize snippets with categories and tags
- 🔍 Search and filter functionality
- 💾 LocalStorage persistence
- 📤 Export/Import snippets as JSON
- 🎨 Responsive design with modern UI
- TypeScript - Type-safe JavaScript development
- Vite - Fast build tool and development server
- ES6 Modules - Modern JavaScript module system
- LocalStorage - Client-side data persistence
- CSS3 - Modern styling with Grid and Flexbox
- Node.js (v14 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/YOUR_USERNAME/code-snippet-manager.git
# Navigate to project directory
cd code-snippet-manager
# Install dependencies
npm install