Globalingua is a web application that demonstrates the use of internationalization and localization in a web application. It's a simple web application showing a given city's weather information. The application is built using the following technologies: React, Mui, and typesafe-i18n.
- Internationalization and localization
- Clone the repository:
git clone https://github.com/milinbhakta/globalingua.git
- Navigate to the project directory:
cd globalingua
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Milin Bhakta