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.
- Generate SHA256 hashes instantly.
- Clean and responsive UI.
- Lightweight and fast due to Vite bundling.
- Vite: For fast development and build.
- React: To create dynamic UI components.
- Tailwind CSS: For styling and responsiveness.
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/shrnx/SHA256.git cd SHA256
-
Install dependencies:
npm i
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173
- Enter a string in the input box.
- The corresponding SHA256 hash will be displayed instantly.