this is currencies change project for node.js week5
you can see our project here : https://msn-currencies-changes.herokuapp.com
Mahmoud Hmaid, Salam Dallaoul, Nadia Al-Khateb
- msn-currencieschange website make it easier to any user who wants to search about any currencies that they wants and find it's price according to BTC, ETC, ETH, XMR and USDT.
- As we are three in the team we did not split the work, we worked the project all together,
- first of all we analyize and understand the project.
- Then we made the staructure of the files inside the project(public and src)
- Then we statr working :D
- tests
- dom.js
- index.html
- style.css
- countries.json
- handler.js
- router.js
- server.js
Clone this repo.
git clone https://github.com/facg3/msn-currencies-changes.git
Run npm install to install all dependencies
Run npm run watch to start the server using nodemon (which will automatically restart Node when changes are detected in your files)
You can run the code locally at localhost:8000