https://github.com/blueorionn/crypticworld
Crypticworld is a lightweight web application that allows users to hash any given text
https://github.com/blueorionn/crypticworld
api docker flask gunicorn javascript python typescript website
Last synced: 3 months ago
JSON representation
Crypticworld is a lightweight web application that allows users to hash any given text
- Host: GitHub
- URL: https://github.com/blueorionn/crypticworld
- Owner: blueorionn
- License: apache-2.0
- Created: 2025-03-24T15:11:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:47:38.000Z (about 1 year ago)
- Last Synced: 2025-10-14T18:57:13.273Z (9 months ago)
- Language: TypeScript
- Homepage: https://crypticworld.functionbasket.com
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypticworld

Crypticworld is a lightweight web application built using Nextjs that allows users to hash any given text using a wide variety of hashing algorithms.
## Requirements
- node (v22.14.0)
- npm (v10.9.2)
## Testing
**Run the below commands for testing setup:**
```bash
npx playwright install
sudo npx playwright install-deps
```
**For testing against branded browsers:**
```bash
npx playwright install chrome
npx playwright install msedge
```
**To run the test execute the below command:**
```bash
npm run test
```
## LICENSE
[Apache-2.0 license](https://github.com/blueorionn/crypticworld/blob/main/LICENSE)
## Author
[@blueorionn](https://www.github.com/blueorionn)