currency converter app:使用React的简单货币转换器应用 源码
货币转换器应用 这是货币转换器的一个简单的非动态示例,用户可以看到在给定的美元金额下可以购买多少印度卢比,反之亦然。 在本地运行 $ git clone https://github.com/ammiranda/currency-converter-app.git $ cd currency-converter-app $ npm install $ npm start
文件列表
currency-converter-app-master.zip
(预估有个16文件)
currency-converter-app-master
.gitignore
285B
package.json
659B
src
components
CurrencyConverterContainer.css
0B
CurrencyInput.css
66B
CurrencyConverterContainer.js
3KB
CurrencyInput.js
1KB
index.js
265B
暂无评论