Small weather app that shows information about the weather in your current country.
https://michdnweather.netlify.app/
Pasting this in your console will download the project in the folder you opened.
git clone https://github.com/MichoDN/web-dev-portfolio/
The next command will download all dependencies needed in the project.
npm ci
Open the console in the project route and run the next command:
npm run dev
in the console will appear the route and port where you can visualize the project in your localhost.
- HTML
- CSS
- JAVASCRIPT
- VITE + REACTJS