Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreeparab1890/texti-text-utility
This is a React-based web application hosted on netlify that provides a variety of text manipulation tools for users.
https://github.com/shreeparab1890/texti-text-utility
netlify react reactjs text-utilities web webapp
Last synced: about 7 hours ago
JSON representation
This is a React-based web application hosted on netlify that provides a variety of text manipulation tools for users.
- Host: GitHub
- URL: https://github.com/shreeparab1890/texti-text-utility
- Owner: shreeparab1890
- Created: 2022-08-17T15:51:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T12:05:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T23:02:41.485Z (over 1 year ago)
- Topics: netlify, react, reactjs, text-utilities, web, webapp
- Language: JavaScript
- Homepage: https://texti.in/
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introdction
This is a React-based web application hosted on netlify that provides a variety of text manipulation tools for users. The app utilizes functional components and allows users to perform various actions on their text strings, such as converting to uppercase or lowercase, sentence case, alternate case, camel case, removing duplicate lines or words, removing empty lines, splitting or joining strings, removing stopwords, and generating dummy text. The app is designed to be user-friendly and easy to navigate, making it a useful tool for anyone who needs to manipulate text in various ways. Overall, this app can be a powerful tool for writers, editors, and developers who need to manipulate text quickly and efficiently.## Packeges Used:
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Netlify](https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7)
## Website Screenshot:
![Texti](texti.png)## You can check the demo at: https://texti.netlify.app/
## Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## In the project directory, you can run:
### `npm install`### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.Your app is ready to be deployed!