https://github.com/shantanuuchak/reversify
A webapp
https://github.com/shantanuuchak/reversify
localstorage-api navigator reverse utility
Last synced: over 1 year ago
JSON representation
A webapp
- Host: GitHub
- URL: https://github.com/shantanuuchak/reversify
- Owner: shantanuuchak
- Created: 2024-09-16T11:21:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:46:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T06:16:32.304Z (over 1 year ago)
- Topics: localstorage-api, navigator, reverse, utility
- Language: CSS
- Homepage: https://reversify.phleebs.tech
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reversify
This app reverses whatever passed to the input field.

## Why?
A lot of times I find myself needing to reverse a string or number, generally when creating temporary accounts I seem to reverse the temp-mail and use it as a password.
I've created this app to help me with that.
## Clone
```bash
pnpm install
pnpm run dev
```
## Deploy
```bash
npm run deploy
```
Output Directory: `/dist`