Skip to content

shrnx/SHA256

Repository files navigation

SHA256 Generator

This project is a simple web application that generates SHA256 hashes from any input string. It is built using Vite, React (JSX), and Tailwind CSS.

Features

  • Generate SHA256 hashes instantly.
  • Clean and responsive UI.
  • Lightweight and fast due to Vite bundling.

Technologies Used

  • Vite: For fast development and build.
  • React: To create dynamic UI components.
  • Tailwind CSS: For styling and responsiveness.

Installation

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/shrnx/SHA256.git
    cd SHA256
  2. Install dependencies:

    npm i
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to:

    http://localhost:5173
    

Usage

  1. Enter a string in the input box.
  2. The corresponding SHA256 hash will be displayed instantly.