Skip to content

fullasc/weather_app

Repository files navigation

MIT License


Local Weather

Simple weather website with dark/light theme saved in your local storage

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Logo

In order to learn the basics of vuejs, I followed the youtube tutorial from The Net Ninja. I also added a light/dark theme with the possibility to switch between theme.

(back to top)

Built With

  • Vue
  • Tailwindcss

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

I used pnpm for packets management, but you can use which one you prefer (npm, yarn, etc.)

Installation

  1. Get a free API Key

  2. Clone the repo

    git clone https://github.com/fullasc/weather_app.git
  3. Install NPM packages

    pnpm install
  4. Rename .env file to env.local and add your API keys

    VITE_OPEN_WEATHER_API_KEY=ENTER YOUR API
    VITE_MAPBOX_API_KEY=ENTER YOUR API
  5. Run the project

    pnpm dev

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/fullasc/weather_app

(back to top)