Skills
JavaScript
The language I master the most, I learned through courses and also from the book "Logic of Programming and Algorithms with JavaScript."
HTML
Essential technology for website structures, I learned it through a Udemy course, so I use it in all projects that involve websites.
CSS
Technology that works alongside HTML and JavaScript, which I also learned through a Udemy course.
Node
Framework that allows using JavaScript on the backend, which I learned through the book "Logic of Programming and Algorithms with JavaScript."
React
A library, unlike pure JavaScript, where I can have more control over the project and styling, delivering a better user experience.
Python
A great language to use in projects involving LLMS and other issues related to algorithms and automations, which I learned through college and courses.
Git
A technology that every developer should master, it helps with absolutely everything during the development process.
Welcome to my Portfolio
Controle Pessoal de Livros
Project developed with React and Node, stores book information (author, image, price, and year of publication).
After receiving this data, everything is stored in tables and categories in the database, to then be displayed. Additionally, it is possible to search for a specific book or delete it. On the last page, you can view a graph that shows how much was spent per year of publication of the books, the most expensive book, and the average amount spent.
Weather App
Project developed with React and Node, receives the user's location and provides weather information for major cities.
From the user's country, this information is obtained through an API request. More details are displayed when clicked, and in the search, the user can get weather information for any city in the world in the same way.
Gameboxd
Project developed with React and Node, which also makes use of an API, in this case, from Twitch.
On the homepage, the "trending" section from Twitch appears, and in the search bar, you can find practically any game. All the information is obtained from the API, ranging from the release year, synopsis, and genre. An extra feature is the ability to rate games and also log in via Twitch.