Skip to content

gargi91/Climetrics

Repository files navigation

Climetrics

Solution for a challenge from DevProjects.

Table of Contents

Overview

screencapture-climetrics-vercel-app-2021-09-11-15_48_17

Built With

  • Html
  • CSS
  • Sass
  • JavaScript

Features

  • An input for users to type city name or postalcode
  • Option to automatically get location of the user
  • Display current weather including weather condition, temperature, humidity, wind speed, and date and time
  • Visualization to display the temperature change, humidity change, and weather conditions of each day
  • Visualization of Map of currently search location

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/gargi91/Climetrics

# Install dependencies
$ npm install

# Run the app
$ npm start

# Build the app for deployment
$ npm run build