A simple weather forecast webapp. Made with cutting-edge technology for my personal growth practice. Simple frontend skills and the ability to consume APIs are applied in this project.
This is what you need, if you want, to contribute with this project 😁...
Technologies required.
-
Node 18.* minimum
https://nodejs.org/en/download -
npm latest
npm install npm@latest -g
-
Clone the repo
git clone git@github.com:JoaoGSP/weather-app.git
-
Install the packages
npm install # or yarn -
Run the development server
npm run dev # or yarn dev # or pnpm dev
