Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

adeluccar/fcc-show-the-local-weather

Repository files navigation

Show The Local Weather

An app that leverages the user's current location to provide a simple weather forecast.

The app must fulfill these user stories:

  1. I can see the weather in my current location.
  2. I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.
  3. I can push a button to toggle between Fahrenheit and Celsius.

The app is built as part of freeCodeCamp's Intermediate Front-End Projects. View the result here (make sure your navigator supports location)

fcc Show The Local Weather App

Installation

  1. pnpm install

Or the usual npm install, but I prefer pnpm for managing node packages.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

An app that leverages the user's current location to provide a simple weather forecast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published