Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando-gimeno/translate-react
Translation app using React + TS in Vite with Tailwind CSS and Translation API
https://github.com/fernando-gimeno/translate-react
nodejs react tailwindcss translation typescript vite
Last synced: 1 day ago
JSON representation
Translation app using React + TS in Vite with Tailwind CSS and Translation API
- Host: GitHub
- URL: https://github.com/fernando-gimeno/translate-react
- Owner: fernando-gimeno
- License: mit
- Created: 2024-06-17T14:31:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T15:08:21.000Z (7 months ago)
- Last Synced: 2024-11-19T13:34:10.768Z (2 months ago)
- Topics: nodejs, react, tailwindcss, translation, typescript, vite
- Language: TypeScript
- Homepage: https://translateapp-fg.netlify.app/
- Size: 323 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translate React
This project is a translation tool built with React. It allows users to easily translate text into different languages.
## Features
- User-friendly interface
- Support for multiple languages## Technologies Used
- Node.js
- Vite.js
- React
- Typescript
- Tranlation API## Installation
1. Clone the repository: `git clone https://github.com/fernandouy/translate-react.git`
2. Navigate to the project directory: `cd translate-react`
3. Install dependencies: `yarn` or `npm install`## Usage
1. Start the development server: `yarn dev` or `npm start`
2. Open your browser and go to `http://localhost:5173/`
3. Enter the text you want to translate and select the target language
4. Click the "Translate" button to see the translated text## Contributing
Contributions are welcome! If you have any ideas or suggestions, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.