A technical test that involves creating a small website programmed with React that, after logging in, queries a weather service and displays the result in the language selected by the user.
It uses Vite under the hood.
Use npm
to install all dependencies.
npm install
Run development server.
npm run dev
Build before deploying (not needed if it is hosted in a platform like Vercel).
npm run build
The build is in dist
folder.