A Weather Dashboard that shows the current weather and a 5-day forecast for a given city. Users can search for cities, add them to a list of favorites, and switch between Celsius and Fahrenheit.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/itsMeBishal001/weather-dashboard cd weather-dashboard npm install npm run server npm start