Deployed on Github Pages: https://th3red.github.io/zenAnime/
ZenWeather is a web application that provides users with up-to-date weather information for their current location in the United States, along with city details obtained through reverse geolocation. Using navigator.geolocation, the application automatically retrieves the user's coordinates to display relevant weather data, enhanced by OpenCage's reverse geolocation for accurate city naming. Additionally, ZenWeather offers a daily dose of inspiration by randomly displaying an anime image and a Zen quote, creating a harmonious blend of information and relaxation.
- zenquotes API Zenquotes
- weather API Open-Meteo
- anime image API Waifu
- anime image API Anime
- OpenCage Geocoding API OpenCageGeocoding
- Zippopotam.us API Zippopotam for Zipcodes
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh