Skip to content

gongte1937/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Weather-app

A responsive weather app that could show weekly temperature, switch between Imperial/Metric units and enter in a location name to look up.

Build

You can run following command to build the app

go to my-app directiory

cd my-app

install the npm package

npm i

then use npm start to run the app

npm start

Develop process

The weather-app is developed by following process

  1. Design the component structure from a mockup
  • APP
    • CurrentCity
      • Weather
        • Temperature
        • Metas
      • CityName
        • Name
        • Visibility
    • Forecast
      • DailyWeather
  1. Create a static version app.

  2. Create API to fetch data and manage the data flow.

Tool used

This app is developed using the following techologies besides React:

  • styled-components
  • axios
  • MUI
  • date-fns

About

A weather application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors