文件名称:my-weather-react-app:React中编码的Weather App
文件大小:202KB
文件格式:ZIP
更新时间:2024-05-07 04:30:50
JavaScript
在React中编码的Weather App 该应用程序具有以下突出显示的功能: 显示当前天气和搜索位置的时间 单位(摄氏度/华氏度)转换 用于将特定城市标记或未标记为喜爱的城市的功能,可以通过指定的下拉列表访问该城市 每日预报 Line Chart.js说明了每小时的预测 显示当前位置的天气 根据搜索地点的日落/日出时间更改背景 在GitHub上开源并由Netlify在此链接下托管 TL; DR 立即开始: 使用npm install安装所有项目依赖项 使用npm start开发服务器 你得到什么 ├── README.md - This file. ├── package.json # npm package manager file. It's unlikely that you'll need to modify this. ├── public │ ├── favico
【文件预览】:
my-weather-react-app-main
----.gitattributes(66B)
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----src()
--------ChartHourlyForecast.js(3KB)
--------SearchCurrentLocation.js(802B)
--------DailyForecast.js(1KB)
--------DisplayTimeAndDate.js(890B)
--------logo.svg(3KB)
--------index.css(366B)
--------Style.css(3KB)
--------CurrentWeather.js(4KB)
--------App.js(933B)
--------reportWebVitals.js(362B)
--------App.test.js(246B)
--------setupTests.js(241B)
--------App.css(564B)
--------index.js(500B)
--------DisplayDailyForecast.js(1KB)
--------SearchFunction.js(4KB)
----README.md(2KB)
----.gitignore(310B)
----package-lock.json(694KB)
----package.json(1010B)