Your Projects
Etch-a-Sketch!
Online drawing tool made with pure JS! I enjoyed a lot doing this project, it was one of my first pure JS projects that I made. I learned a lot about proper CSS naming conventions, but I still struggle a bit to choose the perfect name structure for the elements!
Vanilla JS calculator
An online calculator made with pure JS! This calculator works like a regular one! Open it on the browser and you're good to go! This project was also fun but I ended up a bit tired of doing all the validations, but I had fun!
Sorting visualizer
A lightweight sorting visualizer made with C++ and SFML. One of my favourite projects, I did it while learning C++ and SFML and each day I was progressing a lot. I learnt about threads, references, more about classes, SFML and how to structure your code properly!
NodeJS REST server
Rest server made with NodeJS and MongoDB for a cafeteria. In the moment that I made this I was super proud, I implemented a lot of things, my first time using MongoDB, google oAuth, token system, dynamic IDs, and a ton more of things. Not a very visual or interactive project but super cool!
React Native iOS Calculator
React Native project inspired by the iOS Calculator App design, with slight variations. It was my first real TypeScript project and also my first real React Native project! I learned a lot as well and had so much fun.
NodeJS ticket queue
Ticket queue system and Front-End made with NodeJS. I made this project while doing a NodeJS course, it was my first project using Socket.IO and I was impressed with sockets! The real time updates where incredibly useful, I would like to make another project with Socket.IO because I liked it so much!
Socket Chat
One of the projects that Im more proud of. A real time chat webapp with chatrooms and a lot of features (I didn't make the frontend, it was a template)! But doing all the backend and managing the users was so cool. Im planning to do more projects similar in the future, maybe some kind of voicechat, I want to learn Elixir too!