Weather App is a single-page application that allows you to quickly find the weather for your current location or search for the forecast in any city. Users can view both the current day's weather and a 7-day forecast.
Weather App was built following a tutorital from https://www.freecodecamp.org/news/beginner-web-dev-tutorial-build-a-weather-app-with-next-js-typescript/
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Naviagte to http://localhost:3000 in your browser.
- Next.js
- Tailwind CSS
- React
- Node 18.17.0
- Axios
- Jotai
- date-fns
- clsx