An AI-powered text translation web application built with React, Vite, Tailwind CSS, and RapidAPI. The application enables users to translate text into multiple languages through a clean, responsive, and user-friendly interface.
- Translate text into multiple languages
- Fast and accurate translations using RapidAPI
- Clean and responsive user interface
- Mobile-friendly design
- Built with React functional components and Hooks
- Real-time translation experience
- React.js
- Vite
- Tailwind CSS
- JavaScript (ES6+)
- RapidAPI
- HTML5
- CSS3
ai-text-translator-react/
├── public/
├── src/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ └── main.jsx
├── package.json
├── vite.config.js
└── README.md
- Clone the repository
git clone git@github.com:vishakha-code27/ai-text-translator-react.git- Navigate to the project folder
cd ai-text-translator-react
- Install dependencies
npm install
- Start the development server
npm run dev
This project helped me learn:
- React fundamentals
- React Hooks (
useState,useEffect) - Client-side routing
- API integration using RapidAPI
- Environment variables (
.env) - Responsive UI development with Tailwind CSS
- Git and GitHub version control
Vishakha Chavan
GitHub: https://github.com/vishakha-code27


