Skip to content

zia0307/Artha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Artha — Translator App

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.


Features

  • Translate text between multiple languages
  • Fast and responsive UI
  • Full-stack integration (frontend + backend)
  • API-based translation handling

Tech Stack

  • Frontend: React
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Tools: npm, REST APIs

Getting Started

Follow these steps to run the project locally:

1. Clone the Repository

git clone https://github.com/zia0307/Artha
cd Artha

2. Start the Backend Server

cd server
npm install
npm run dev

3. Start the Frontend Client

Open a new terminal:

cd client
npm install
npm run dev

4. Open in Browser

Copy the local development URL (usually something like http://localhost:5173) and open it in your browser.


Project Structure

Artha/
├── client/        # React frontend
├── server/        # Node.js + Express backend
└── README.md

Notes

  • Make sure both frontend and backend are running simultaneously
  • Ensure all dependencies are installed using npm install

About

A translator app created with MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors