projects

Currency and Temperature Converter
This program was the first Back End program I did. It was done as part of the ONE program.
The main idea for the program was a currency converter program. The main proposal was a program with fixed
currency converter rates, but this one was done with an API with minute updated currency rates. However, it
has both proposed version (Challenge Version) and My Version of the program.
For this program no framework were used. Only Java, IDE Eclipse and Apache Maven were used.
You can find the program repository below:
GitHub Repository

WhatsApp Chat Starter
This program was another program that I worked on by myself. I realized that it was very laborious to start a WhatsApp chat without having
the targtet number in your personal contacts. So I wrote a simple code to start a chat with a WhatsApp number without the need to add that number
to personal contacts. The script works both on WhatsApp web version and phone version
For this program it weren't used any framework. It was used only HTML, CSS and JavaScript.
You can find and access the program in the following links:
GitHub Repository
Program deployed in GitHub Pages

Portfolio Site (Yes, this very one you're looking at right now)
This portfolio site was done (actually it is still being done) to expose my programs and my projects. It is a simple site.
For this program it weren't used any framework. It was used only HTML, CSS and JavaScript. You can find and access the program in the following links:
GitHub Repository
Site deployed in GitHub Pages

DE-CODER
This project was the first coding project I ever did, it was done as part of the ONE program in format of a challenge.
It is basically a cipher (both an encoder and a decoder). You insert a text you want to encrypt, and than the program returns the encrypted format.
This program also implements some restrictions, e.g. you may not insert uppercase letters. And it has a button to copy the generated content.
For this program it weren't used any framework. It was used only HTML, CSS and JavaScript. You can find and access the program in the following links:
GitHub Repository
Program deployed in GitHub Pages

To-Do List
This project was the second project I worked on. It was a personal project aimed at learning and improving my coding skils.
It consists in a To-Do List organizer where you may insert tasks you want to do and check them as it gets done.
In this program you are able to generate inumerous lists and insert tasks into them, as well as add a title for each list.
The program also has a guide for use, with more details for use.
For this program it weren't used any framework. It was used only HTML, CSS and JavaScript.
You can find and access the program in the following links:
GitHub Repository
Program deployed in GitHub Pages