My ReactJs Portfolio!
Fully responsive (media-query) porfolio page, built with ReactJS!
With internationalization support, currently on Portuguese(BR) and English.
Flexbox Studies
Built mainly using flexbox, fully responsive (media-query) website front page.
Instagram login page clone!
Responsive Instagram login page, built mainly using flexbox for positioning, with media-query for responsiveness.
Calculator
Simple 1-digit calculator, graphically built using CSS only.
Counter
Simple increment-decrement counter.
Even to Zero
Receives a list of numbers separed by space and converts the even numbers to zero. If the array is empty, returns -1.
Number Comparator
Compares two numbers, and return witch one is greater than the other, and if the sum is less than or greater than 10 and 20.
Palindrome Verifier
Palindrome-verifier that checks if the string is equals to its own reverse. Built with the reverse method and the comprehension method.
Todo List
Implements a list of Todos with check-boxes and a nice clear-list button
Array size checker
Checks if an array has the size equals to the number entered. Return messages generated by Errors.
Async API call
Makes a Async API call to the GitHub Rest API, gets the response(img url) and displays on screen
Bank account
A simple Object Oriented script that generates a Students(limited) bank account.