Skip to content

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

Notifications You must be signed in to change notification settings

samueltuoyo15/Quick-Transcribe

Repository files navigation

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:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd translator
  3. Install the dependencies:

    npm install

Usage

  1. Run the development server:

    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:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them with descriptive messages.

  4. Push your changes to your fork:

    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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published