Skip to content

skabeche/cuatroochenta-techtest-react

Repository files navigation

480 Tech Test

Overview

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.

Installation

Use npm to install all dependencies.

npm install

Development

Run development server.

npm run dev

Production

Build before deploying (not needed if it is hosted in a platform like Vercel).

npm run build

The build is in dist folder.

Releases

No releases published

Packages

No packages published