文件名称:weather
文件大小:404KB
文件格式:ZIP
更新时间:2024-03-30 05:29:06
JavaScript
关于Weatherify :sun_behind_cloud: Weatherify是一个基于Web的实时天气应用程序。 Weatherify具有出色的UI和友好的用户体验,因此非常易于使用。 它还具有响应能力,因此可以根据设备显示尺寸进行调整。 入门 :check_mark_button: 您可以直接在浏览器中检出Finished App,只需 。 请注意,使用weatherify系统中的第一个,得到一个免费的API密钥 ,并将该API_KEY到位YOUR_API_KEY_HERE目前内部main.jsx文件,该文件是存在于项目目录 git clone https://github.com/himanshu12345yadav/Weatherify.git cd Weather-App 系统要求 :laptop: 要成功运行该应用程序,您必须在系统中安装了npm,该系统随 。 要安装依赖项,可以运行: npm install --production 在
【文件预览】:
weather-master
----.gitignore(315B)
----package.json(964B)
----package-lock.json(1.23MB)
----src()
--------components()
--------setupTests.js(255B)
--------app.jsx(137B)
--------assets()
--------index.js(252B)
--------serviceWorker.js(6KB)
--------logo.png(37KB)
----public()
--------spinner.css(3KB)
--------favicon.png(10KB)
--------robots.txt(67B)
--------index.html(1KB)
--------manifest.json(329B)
----README.md(1KB)