WeatherApp:使用React制作的Weather App

时间:2024-06-04 13:16:44
【文件属性】:

文件名称:WeatherApp:使用React制作的Weather App

文件大小:507KB

文件格式:ZIP

更新时间:2024-06-04 13:16:44

react weather country hacktoberfest hacktoberfest2020

天气应用 :sun_with_face: 一个利用openweathermap API的应用程序,可以根据您所在的国家/地区提供您所在城市的最新当前天气。 这个怎么运作 该应用程序的界面非常简单明了。 您要做的就是启动应用程序并填写所需的数据 输入你的城市 输入你的国家 点击获取天气按钮 就是这样! 之后,您将获得当前天气,并带有一个美丽的图标,该图标可以直观地说明当前天气情况。 在本地处理项目 为了在本地工作和运行项目,您需要在系统上安装NodeJ和npm。 执行以下步骤: $ git clone https://github.com/aryanmonger20/WeatherApp.git $ cd WeatherApp $ npm install $ npm start 运行此命令后,打开您喜欢的浏览器(如果它不会自动打开,通常会发生这种情况),然后转到 。 Git贡献工作流程 先叉 :fork_and_knife: 我们


【文件预览】:
WeatherApp-master
----.gitignore(310B)
----README.md(4KB)
----public()
--------manifest.json(492B)
--------robots.txt(67B)
--------logo192.png(5KB)
--------logo512.png(9KB)
--------index.html(2KB)
--------favicon.ico(3KB)
--------assets()
----package.json(1KB)
----src()
--------serviceWorker.js(5KB)
--------index.css(471B)
--------App.css(772B)
--------index.js(503B)
--------app_component()
--------setupTests.js(255B)
--------App.js(4KB)
--------assets()
--------logo.svg(3KB)
----package-lock.json(1.18MB)

网友评论