multi-lang-app
multi-lang-app copied to clipboard
App multi-language using React JS πΉ
Building a multi-language app with React JS π
Nowadays, creating an app that supports multiple languages is becoming more and more indispensable to reach a wide range of users. So this time, with the help of React we are going to build it.

Β
Demo app features βοΈ
- Change the application language.
- Add languages
Β
Technologies π§ͺ
- React JS 18.2.0
- i18next 22.4.9
- Vite JS 4.0.0
- TypeScript 4.9.3
- CSS vanilla
Β
Installation π§°
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/multi-lang-app.git
- Install dependencies of the project.
npm install
- Run the project.
npm run dev
Β
Article links βοΈ
Here's the link to the tutorial in case you'd like to take a look at it! eyes π
-
π²π½ π https://dev.to/franklin030601/construyendo-una-app-multi-lenguaje-con-react-44n2
-
πΊπ² π https://dev.to/franklin030601/building-a-multi-language-app-with-react-js-2och
Β