Welcome to TextMaven, a powerful and intuitive text editor built with React! 🚀 Whether you're formatting text, analyzing it, or simply playing around with styles, TextMaven has got you covered. 🎉
🌐 Live Demo: TextMaven is live here!
TextMaven offers a variety of handy tools to make your text editing experience seamless and efficient:
- 🔠 Uppercase Conversion
- 🔡 Lowercase Conversion
- 📝 Title Case Conversion
- 🔄 Reverse Text
- 📋 Copy Text to Clipboard
- 💾 Download Text as a File
- 👀 Live Text Preview
- 🔢 Word Count and Character Count
Follow these steps to get the app up and running on your local machine:
git clone https://github.com/yourusername/TextMaven.git
cd TextMaven
Make sure you have Node.js installed, then run:
npm install
Launch the app with:
npm start
The app will open in your browser at http://localhost:3000.
You can save your edited text locally as a file or copy it to your clipboard to share instantly. 📨
Keep track of your word and character count live while you type! 🧐
React - For the dynamic and responsive UI. 🎨 CSS - For sleek and stylish designs. 🛠️ JavaScript - The core logic behind the features.