Weatherlens is a weather app with advanced features and modern UI design.
Client: HTML, CSS, JavaScript, API
Clone the project
git clone https://github.com/jose-jimmy/Weatherlens.gitGo to the project directory
cd WeatherlensOpen with VSCode
code .Create a Openweather API key
https://openweathermap.org/apiCreate a file called apikey and store the api value
cd assets/js && echo -e "const api_key = 'your_apikey';\n\nexport default api_key;" > apikey.jsOpen with live server
npm run start




