Skip to content

TextTweak is a simple React-based web app that lets users analyze and edit text. It offers features like case conversion, space cleanup, and word or character counting, with support for light and dark modes.

Notifications You must be signed in to change notification settings

05-Jagritii/TextTweak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextTweak

TextTweak is a responsive and interactive React application that allows users to perform a variety of text transformations including converting to uppercase, lowercase, removing extra spaces, and more. It also includes a dark mode toggle for better user experience.

🔗 Live Demo

Check out the live version : TextTweak on GitHub Pages


Features

  • Convert text to Upper Case
  • Convert text to Lower Case
  • Text-to-speech support
  • Stop text-to-speech
  • Remove extra spaces
  • Word and character count
  • Dark/Light Mode toggle
  • Responsive design using Bootstrap

Screenshots

Light Mode Dark Mode
![Light]({79A5902B-804B-4C53-9A8D-D5A170CDD301} ![Dark]({60D83CE7-3985-4221-8E48-12A39C420EE3}

Technologies Used

  • React JS
  • JavaScript
  • Bootstrap 5
  • HTML5 & CSS3

Prerequisites

Before you begin, make sure you have:

  • Node.js (v14 or higher)
  • npm (comes with Node.js)
  • A code editor like VS Code
  • Git installed

Getting Started

1. Clone the Repository

git clone https://github.com/05-Jagritii/TextTweak.git
cd TextTweak
  1. Install all required packages using npm:
npm install
  1. Start the Application
npm start

Visit http://localhost:3000 in your browser.

Project Structure

TextTweak/
├── public/
│   └── index.html
├── src/
│   ├── components/
│   │   ├── Alert.js
│   │   ├── Navbar.js
│   │   └── TextForms.js
│   ├── App.js
│   ├── App.css
│   ├── index.js
│   └── ...

Author

Jagriti Kanwar
Mail:kanwarjagriti21@gmail.com
LinkedIn: Jagriti Kanwar

About

TextTweak is a simple React-based web app that lets users analyze and edit text. It offers features like case conversion, space cleanup, and word or character counting, with support for light and dark modes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published