https://github.com/samueltuoyo15/quick-transcribe
A Real Time Translator Web App built with Next Js it allow user's and small business to transcribe words across different languages ranging from mother tongues, international languages and lots more
https://github.com/samueltuoyo15/quick-transcribe
nextjs15-typescript
Last synced: 4 months ago
JSON representation
A Real Time Translator Web App built with Next Js it allow user's and small business to transcribe words across different languages ranging from mother tongues, international languages and lots more
- Host: GitHub
- URL: https://github.com/samueltuoyo15/quick-transcribe
- Owner: samueltuoyo15
- Created: 2024-09-29T15:42:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:50:45.000Z (4 months ago)
- Last Synced: 2025-02-24T07:37:04.732Z (4 months ago)
- Topics: nextjs15-typescript
- Language: TypeScript
- Homepage: https://translator-web-app-three.vercel.app
- Size: 168 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Transcribe
A simple and fast translation web application built with Next.js, allowing users to easily translate text between different languages.
## Description
Quick Transcribe provides a user-friendly interface for translating text. It fetches available languages and lets users select source and target languages. The application leverages the mymemory.translated.net API for translations.
## Installation
To get started with Quick Transcribe, follow these steps:
1. Clone the repository:
```bash
git clone
```2. Navigate to the project directory:
```bash
cd translator
```3. Install the dependencies:
```bash
npm install
```## Usage
1. Run the development server:
```bash
npm run dev
```2. Open your browser and navigate to `http://localhost:3000` (or the port shown in your terminal).
3. Enter the text you want to translate in the input field.
4. Select the source language by clicking on the first language button. A dialog will appear, allowing you to search and select your desired language.
5. Select the target language by clicking on the second language button.
6. Click the "Translate" button to see the translated text.
7. You can use the microphone feature to translate voice to text.
## Contribution Guidelines
Contributions are welcome! If you'd like to contribute to Quick Transcribe, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature/your-feature-name
```3. Make your changes and commit them with descriptive messages.
4. Push your changes to your fork:
```bash
git push origin feature/your-feature-name
```5. Submit a pull request to the main branch of the original repository.
## License
This project is open source. (Specify the license here if applicable, e.g., MIT License).
[](https://github.com/samueltuoyo15/Dokugen)