Artha is a full-stack translator application built using the MERN stack (MongoDB, Express.js, React, Node.js).
It allows users to translate text through a clean and responsive interface.
- Translate text between multiple languages
- Fast and responsive UI
- Full-stack integration (frontend + backend)
- API-based translation handling
- Frontend: React
- Backend: Node.js, Express.js
- Database: MongoDB
- Tools: npm, REST APIs
Follow these steps to run the project locally:
git clone https://github.com/zia0307/Artha
cd Arthacd server
npm install
npm run devOpen a new terminal:
cd client
npm install
npm run devCopy the local development URL (usually something like http://localhost:5173) and open it in your browser.
Artha/
├── client/ # React frontend
├── server/ # Node.js + Express backend
└── README.md
- Make sure both frontend and backend are running simultaneously
- Ensure all dependencies are installed using
npm install