Key Coder is a web application that allows users to visualize and interact with keyboard events. It displays key codes, key names, and other event information when keys are pressed.
- Dark Mode: Toggle between light and dark themes.
- Responsive Design: Optimized for desktop usage.
- Key Event Visualization: Displays key codes, key names, and other event information.
- Copy to Clipboard: Click on event information to copy it to the clipboard.
- Random Number Generator: Displays random numbers with animation.
-
Clone the repository:
git clone https://github.com/your-username/keycoder.git cd keycoder
-
Install dependencies:
npm install
-
Development: Start the development server:
npm run dev
-
Build: Build the project for production:
npm run build
-
Preview: Preview the production build:
npm run preview
- Vite: Build tool for modern web projects.
- Tailwind CSS: Utility-first CSS framework.
- Toastify JS: Library for toast notifications.
- Ionicons: Icon library.
This project is licensed under the MIT License.