We support and encourage active and healthy lifestyles, by offering ethically sourced and eco-friendly nutritional products for the performance-driven Individual.
- clone the repository
- create your own weather API from Weather API
- Navigate to the script.js and Insert your API key.
- run your server to preview the site
- Search Any location for weather and sporting activities recommndation
- HTML
- CSS
- JAVASCRIPT
- APIs
Using the querrySelectorAll for document method
- Select element
- Specify event
- Specify what should happen in response to events
$('.nav ul li').on('click', function()){
//what should happen
});
document.querySelector('li').addEventListener('click', function(e){
e.preventDefault();
//what should happen
}, false);
<br>
The API fetch is not running on deployed gh-pages ie git.io. Preview the screen shots below on Activity forecast and the result Activities.
Incase of any contibution and feedback, feel free to doso by visiting [Thislink] Nutricia and reachout [email protected].