This project provides a clean and interactive way to showcase my LeetCode solutions.
Instead of browsing plain folders and files, this web app renders them in a visual and user-friendly UI.
- 📂 Folder & File Structure: Displays LeetCode problems in their respective folders.
- 📝 Code Viewer: Click any solution to view its content in a modal/editor-like UI.
- 📋 Copy Code: One-click copy button for every solution.
- 🌗 Dark Mode / Light Mode: Smooth theme switching with custom styling.
- ✨ Responsive & Modern UI: Built with React and styled for readability.
- Frontend: React + Vite
- Styling: CSS with dark/light mode variables
- Context API: For managing state (open solutions, theme, etc.)