An open API service indexing awesome lists of open source software.

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

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).

[![Built with Dokugen](https://img.shields.io/badge/Built%20with-Dokugen-brightgreen)](https://github.com/samueltuoyo15/Dokugen)