Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nitin-Sharma-coder/textry
A very handy online text tool where you can change between lower case and upper case letters, capitalize, uncapitalize and remove extra spaces from your text
https://github.com/Nitin-Sharma-coder/textry
Last synced: about 1 month ago
JSON representation
A very handy online text tool where you can change between lower case and upper case letters, capitalize, uncapitalize and remove extra spaces from your text
- Host: GitHub
- URL: https://github.com/Nitin-Sharma-coder/textry
- Owner: Nitin-Sharma-coder
- Created: 2021-12-01T04:27:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T16:11:55.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:00:45.171Z (4 months ago)
- Language: JavaScript
- Homepage: https://textry.netlify.app/
- Size: 952 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Nitin-Sharma-coder/textry - A very handy online text tool where you can change between lower case and upper case letters, capitalize, uncapitalize and remove extra spaces from your text (JavaScript)
README
![Logo](https://github.com/Nitin-Sharma-coder/textry/blob/main/public/android-chrome-192x192.png)
# Textry
A very handy online text tool where you can change between lower case and upper case letters, capitalize, uncapitalize and remove extra spaces from your text.
## Screenshots
Home Page of App:![App Screenshot](https://github.com/Nitin-Sharma-coder/textry/blob/main/screenshot1.JPG)
About Page:
![App Screenshot](https://github.com/Nitin-Sharma-coder/textry/blob/main/screenshot2.JPG)
## Features
- Live Calculations
- Fullscreen mode
- Cross platform
- Simple design
- Toggle mode
- Graying out buttons w/o text## Run Locally
Clone the project
```bash
git clone https://github.com/Nitin-Sharma-coder/textry.git
```Go to the project directory
```bash
cd textry
```Install dependencies
```bash
npm install
```Start
```bash
npm run start
```## Deployment
To deploy this project run
```bash
npm run build
```
Then, just provide the build folder to hosting service.## Installation
Install textry with npm
```bash
npm install
cd textry
```
## Authors- [@Nitin Sharma](https://www.github.com/Nitin-Sharma-coder)