claudiacaus / Weather-code

Weather web application project Module UsingAPI's at HackYourFuture Bootcamp.

Home Page:https://weather-code.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather code

This is a Weather web application that provides weather information using Public APIs.

Check the project

Weather code

Macbook

Macbook

Design inspiration

weather

Arthur K

Project requirements

  • The app needs to be a single page application. That means only one index.html file and JavaScript needs to update the html using DOM manipulation.
  • The app needs to interact with an API to grab data.
  • The app needs to have loading/error handling for the interaction with the API.
  • The app needs some user interaction such that you need to grab different data from the API.
  • Use more than one API.
  • The UI needs to be testable.

Nice to have

  • Should add more features related with the weather.

Public API in use

OpenWeatherMap

Getting Started

To get started you can simply clone the repo and install the dependencies in the root folder

Steps with NPM
Install npm install
Run npm run

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

made-with-javascript made-with-css made-with-node made-with-html

forthebadge

About

Weather web application project Module UsingAPI's at HackYourFuture Bootcamp.

https://weather-code.vercel.app


Languages

Language:JavaScript 49.9%Language:CSS 31.6%Language:HTML 18.5%