A simple weather application created with React (Javascript) and scaffolded with Vite, using the Weather API.
- Javascript (React)
- CSS
- Mobile-first workflow
- Vite
- Sign up for your own API key at Weather API
- Create a
.env
file at project root and addVITE_API_KEY = {your key here}
npm install
npm run dev
to launch local development environmentnpm run build
to build the project
Many thanks for: