Asam237 / tempo-tracker

Home Page:https://tempo-tracker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Open Weather App

Weather application using the OpenWeatherMap API, allowing to visualize weather conditions with integrated mapping features.

Composition

This starter kit is composed of:

Install dependecies

From your terminal:

npm install

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

About

https://tempo-tracker.vercel.app


Languages

Language:TypeScript 84.2%Language:JavaScript 9.5%Language:CSS 5.2%Language:Dockerfile 1.2%