Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 511 Bytes

SmallWebProject

Some web projects

Currency Converter

Enable the exchange between 5 kinds of currency: US Dollar, Canadian Dollar, Euro, Bitcoin, Ethereum.
Exchange change rate is obtained from Open Exchange Rate API which refresh every hour.
Used a third-party library money.js to perform the conversion.

Travel Site

A web page to achieve carousel effect using HTML and CSS.

New City Bakery

A web page to perform form manipulation and calculation using JavaScript