Skip to content

000Intelligence/keyCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Coder

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/keycoder.git
    cd keycoder
  2. Install dependencies:

    npm install

Usage

  • 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

Technologies Used

  • Vite: Build tool for modern web projects.
  • Tailwind CSS: Utility-first CSS framework.
  • Toastify JS: Library for toast notifications.
  • Ionicons: Icon library.

License

This project is licensed under the MIT License.