https://textutils-react-hazel.vercel.app/
TextUtils is a simple React-based web application that allows users to analyze and manipulate text easily.
It also includes Light/Dark Mode and an About section for better UI experience.
- ✏️ Text analysis and manipulation
- 🌙 Dark Mode / Light Mode toggle
- ⚡ Fast and responsive UI
- 🧩 Accordion-based About section
- 🧭 Simple navigation using Navbar
- React.js
- JavaScript
- HTML5
- CSS3
- Bootstrap
Follow these steps to run the project locally:
# Clone the repository
git clone https://github.com/your-username/textutils-react.git
# Navigate to project folder
cd textutils-react
# Install dependencies
npm install
# Start the development server
npm start