Skip to content

allansp9/weather-app

Repository files navigation

Weather Forecast App

Live Demo: https://weather-app-ten-ecru.vercel.app/

Video Demo: https://youtu.be/EnBkp2cuPBI

Description

This is a simple Weather Forecast App where a user can search for any place in the world and get results for current weather and a 7 days period.

Main Technologies

  • NextJS
  • TailwindCSS
  • Google Places API

Getting Started

Install dependencies:

npm install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

To create a optimized production Build run:

npm run build
npm run start