文件名称:currency-converter-app:使用React的简单货币转换器应用
文件大小:169KB
文件格式:ZIP
更新时间:2024-03-08 08:26:02
react nodejs javascript currency-converter JavaScript
货币转换器应用 这是货币转换器的一个简单的非动态示例,用户可以看到在给定的美元金额下可以购买多少印度卢比,反之亦然。 在本地运行 $ git clone https://github.com/ammiranda/currency-converter-app.git $ cd currency-converter-app $ npm install $ npm start
【文件预览】:
currency-converter-app-master
----.gitignore(285B)
----package.json(659B)
----src()
--------components()
--------index.js(265B)
--------containers()
--------registerServiceWorker.js(4KB)
--------index.css(63B)
--------App.test.js(208B)
----public()
--------index.html(2KB)
--------manifest.json(200B)
----README.md(416B)
----yarn.lock(427KB)