# Language Translation ## 📸 Project Screenshots ![project-screenshot](../../assets/img/trans_ui_init.png) ![project-screenshot](../../assets/img/trans_ui_select.png) ## 🧐 Features Here're some of the project's features: - Language Translation: It is able to recognize and handle multiple languages, providing translations for individual words, phrases, or even entire sentences. ## 🛠️ Get it Running 1. Clone the repo. 2. cd command to the current folder. 3. Modify the required .env variables. ``` BASE_URL = '' ``` 4. Execute `npm install` to install the corresponding dependencies. 5. Execute `npm run dev` in both environments