Skip to content

MclPio/weather-app

Repository files navigation

weather-app

Table of Contents

  1. About
  2. Features
  3. Getting Started

About

The project's goal is to call APIs and process their data to be usable in a web app.

Features

  • Toggle displaying the data in Fahrenheit or Celsius.
  • Change look of search bar based on weather conditions.
  • Saves last searched location.
  • 10-day forecast, now forecast, hourly forecast.
  • Bulma css makes it compatible with most devices.

Getting Started

Prerequisites

  • A modern web browser that supports JavaScript.
  • Basic understanding of HTML, CSS, and JavaScript.
  • Node.js and npm.

Installation

  1. Clone the repository:
    git clone https://github.com/MclPio/weather-app.git
    
  2. Navigate to the project directory:
    cd weather-app
    
  3. Install dependencies:
    npm install
    
  4. Build dist
    npm run build
    
  5. (Optional) start the development server:
    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published