https://github.com/manuelbento19/react-multi-language-app
An React integration of i18next and plus some utility components to help you translate your React websites!
https://github.com/manuelbento19/react-multi-language-app
i18next i18next-react location react react-icons reactjs sass scss web
Last synced: about 2 months ago
JSON representation
An React integration of i18next and plus some utility components to help you translate your React websites!
- Host: GitHub
- URL: https://github.com/manuelbento19/react-multi-language-app
- Owner: manuelbento19
- Created: 2023-10-18T11:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T12:06:19.000Z (over 2 years ago)
- Last Synced: 2025-05-27T17:48:35.970Z (about 1 year ago)
- Topics: i18next, i18next-react, location, react, react-icons, reactjs, sass, scss, web
- Language: JavaScript
- Homepage: https://react-multi-language-app.vercel.app
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
πΈπ
React Multi Language App
An React integration of i18next and plus some utility components to help you translate your React websites!

Clique para visitar o projeto
---
## πΌ Tecnologias utilizadas
Para o desenvolvimento deste site utilizei as seguintes tecnologias:
- React.js
- SASS
- React Icons
- i18next
## π Getting started
### 1. Install
```bash
npm install
```
or
```bash
pnpm add
```
or
```bash
yarn add
```
### 2. Run
```bash
npm run start
```
or
```bash
pnpm start
```
or
```bash
yarn start
```
---
π¨βπ Autor