Skip to content

This is a weather app created with React, NextJS, StyledComponents, and OpenWeather API. This is one of the challenges from https://devchallenges.io/

Notifications You must be signed in to change notification settings

OzkrMonroy/weather-app-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App Challenge

This Web App allows you to obtain weather information based on your location or a search performed. By default, it shows the weather of a specific place, the request for your location will be made when you decide.

Demo: WeatherApp

Project screenshot

Built with

Features

  • Show a city weather by default.
  • You can search for city and country.
  • You can see weather of today and the next 5 days.
  • You can see the date and location of the weather.
  • You can see according to image for each type of weather.
  • You can see the min and max degree each day.
  • You can see wind status and wind direction.
  • You can see humidity percentage.
  • You can see visibility indicator.
  • You can see air pressure number.
  • You can request your current location weather.
  • You can convert temperature in Celcius to Fahrenheit and vice versa.

Getting Started

First, clone this repository:

git clone https://github.com/OzkrMonroy/weather-app-challenge.git

Then, enter the folder and install the dependencies:

npm install

Finally, run the development server:

npm run dev

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

You can find the challenge here

About

This is a weather app created with React, NextJS, StyledComponents, and OpenWeather API. This is one of the challenges from https://devchallenges.io/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published