Update README.md
parent
73e91689fc
commit
aa050b137c
12
README.md
12
README.md
|
@ -1,5 +1,11 @@
|
|||
# Vue 3 + Vite
|
||||
# Weather Visualization (Vue)
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||
This is a simple visualization of temperature data using Vue and the OpenWeatherMap API
|
||||
|
||||
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
|
||||
- line graph using HTML and CSS
|
||||
- responsivity reacting to different device widths with scaling and graceful fallback to fewer data points
|
||||
- display of more precise temperatures on hover or tap
|
||||
- city selector with example cities
|
||||
- real weather data fetched from OpenWeatherMap via axios
|
||||
|
||||
This project has been made as a simple exercise to refresh Vue.js knowledge, practice styling and fine tune my local dev set-up across three NixOS machines
|
Loading…
Reference in New Issue