> Jorge.currentLocation
"London"
> Jorge.contactInfo
> Jorge.resume
> Jorge.interests
["programming", "hiking", "cinema"]
> Jorge.education
["Computer Science - ISEC, Coimbra, Portugal"]
> Jorge.skills
["Javascript", "Node.js", "React", "Redux", "Sass", "git"]
A social network platform that allows users to create a profile, look at other users profiles, create posts, like posts, comment on posts, among other things. Authentication is handled using JSON Web Tokens. The Github API is used to fetch relevant data of a user Github page.
A React implementation of the famous tetris game.
This website allows users to create and share private chat rooms. It uses socket.io, a JavaScript library that enables real time, bi-directional communication between web clients and servers.