Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahsinzidane/languagelifter
A web app for translating text from English to Bengali. Built with Node.js, Express
https://github.com/tahsinzidane/languagelifter
Last synced: about 2 months ago
JSON representation
A web app for translating text from English to Bengali. Built with Node.js, Express
- Host: GitHub
- URL: https://github.com/tahsinzidane/languagelifter
- Owner: tahsinzidane
- License: mit
- Created: 2024-09-11T17:56:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:49:38.000Z (4 months ago)
- Last Synced: 2024-09-12T04:34:18.323Z (4 months ago)
- Language: CSS
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# languageLifter
**Description:**
languageLifter is a web application designed to translate text from English to Bengali. It provides a simple and intuitive interface for quick and accurate translations. Built using Node.js, Express, and EJS, this app features a modern, responsive design.
## Features
- **English to Bengali Translation:** Easily input text in English and receive translations in Bengali.
- **Responsive Design:** The app is designed to work seamlessly on both desktop and mobile devices.
- **Clean UI:** A user-friendly interface with a polished look.## Getting Started
### Prerequisites
Make sure you have Node.js and npm installed on your machine.
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/tahsinzidane/languageLifter.git
```2. **Navigate to the project directory:**
```bash
cd languageLifter
```3. **Install the dependencies:**
```bash
npm install
```4. **Start the server:**
```bash
node server.js
```5. **Open your browser and go to:** `http://localhost:3000`
## Usage
1. Enter the text you want to translate into the input field.
2. Click the "Submit" button to see the translation in Bengali.## Author
**[Tahsinzidane](https://tahsinportfo.netlify.app/)**
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.