My ReactJs Portfolio!

My portfolio website

Fully responsive (media-query) porfolio page, built with ReactJS!

With internationalization support, currently on Portuguese(BR) and English.

Flexbox Studies

Flexbox Studies

Built mainly using flexbox, fully responsive (media-query) website front page.

Instagram login page clone!

Instagram login page clone!

Responsive Instagram login page, built mainly using flexbox for positioning, with media-query for responsiveness.

Calculator

Calculator

Simple 1-digit calculator, graphically built using CSS only.

Counter

Counter

Simple increment-decrement counter.

Even to Zero

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

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

Palindrome-verifier that checks if the string is equals to its own reverse. Built with the reverse method and the comprehension method.

Todo List

Todo List

Implements a list of Todos with check-boxes and a nice clear-list button

Array size checker

Array size checker

Checks if an array has the size equals to the number entered. Return messages generated by Errors.

Async API call

Async API

Makes a Async API call to the GitHub Rest API, gets the response(img url) and displays on screen

Bank account

Async API

A simple Object Oriented script that generates a Students(limited) bank account.