DEV Community

Cover image for Project showcase: Country Currency Information Search
Aden Eilers
Aden Eilers

Posted on

Project showcase: Country Currency Information Search

View live: https://fig781.github.io/vue-country-currency-information/
GitHub Repo: https://github.com/fig781/vue-country-currency-information

I wanted to briefly show a project I made two years ago. This was the first project I built with Vue.js. It definitely helped me understand the basics of the framework. If you are just starting to learn a framework, then I recommend making a project like this. The project pretty much touches on all the basics of the framework (state, events, methods, computed properties, watchers, data fetching etc...).

The site uses the forex api from https://fcsapi.com/. They have a good free tier that works great for a simple project.

Overall, I think the project looks good. I am a big fan of the button design and the box-shadow effect on all the buttons and cards. I would definitely improve the look of the information cards if I was to do it over again. They definitely look unfinished.

Leave a comment if you have any feedback or questions.

My Site: https://www.aden-eilers.com/
GitHub: https://github.com/fig781

Top comments (0)