Calhacks 10.0 Project:
Econvert, is a web-based tool that allows the user to
select any currency (euros, mexican pesos, pounds, yen,
etc), any ancient currencies (shekels, romanian currency,
silver coins, etc), and even in-game currencies (vbucks,
robux, rocket league credits, etc)
Me and my friends created this project at CalHacks 10.0 in 2023, and it was our first ever web application and our first use of an API. The application frontend and backend is managed all in Python, by importing the Reflex API to create our starting HTML, CSS, and JavaScript template. Our backend is run on Reflex to allow our Python code to be converted into JavaScript and we also implement the Together AI API to work as our currency converter. Our site takes in two inputs from the user, the currency they want the usd amount to be converted into, and the amount of money (usd). Our AI then returns the conversion amount and it is displayed to the user in a chatbot type format.
While we didn't win any awards, it was a great experience that introduced us to the world of software development.