https://perk-bevis.github.io/weather-api/
Project Weather-api is a simple web application that allows users to search for weather information in the area they are currently living in. With a clean and intuitive interface, users can search for information about weather and rainstorms in their residence. This project is built using JavaScript and is a great example of a basic web application that uses DOM manipulation and an event listener.
To get a local copy up and running follow these simple example steps.
To run this application locally, you need to clone this repository to your local machine. You can do this by running the following command in your terminal:
- Clone the repo
https://github.com/perk-bevis/weather-api.git
cd weather-api
- Open the index.html file in your browser
To add a task to the to-do list, simply enter the task description in the input field at the top of the page and press the "Add" button. The task will be added to the list.
To update a task, click on the task you want to update. This will open a modal window where you can edit the task description. Once you have made your changes, click the "Save" button to update the task.
To mark a task as complete, simply click the checkbox next to the task description. The task will be crossed out to indicate that it has been completed.
To delete a task, click the "Delete" button next to the task you want to delete. This will remove the task from the to-do list.
- HTML
- CSS
- Javascript
index.html
: This is the main file that contains the html code for the Weather-api.style.css
: This file contains the styling for the weather-api.main.js
: This file contains the logic for the weather, including searching for sun, rain, and wind storm information in the area where you live.