A simple web app for displaying current weather and forecast. You can search a city or select from dropdown list. It's built using Next.js framework, written in Typescript.
This project is also deployed to Github pages using Github actions. You can check it out here: https://mrstark135.github.io/Weather/
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run build