My Work

Check out some of my projects

Project Snake Game Github

This is an adaptation of the famous snake game. The logic was created mainly using Javascript and it was render using the react framework. Finaly the Sweetalert react modal was used as a replacement to the standard alert box.

Project Weatherfy Github

This is a weather prediction app that tells you the weather of a specific location that you type. It uses the Mapbox api to find coordinates of the location you typed and passes them to the Darksky api which in turn offers the weather prediction data. It utilizes front-end technologies such as React HTML CSS and Javascript.

Project React Chat App Github Client Github Server

This is a chat application that utilizes React.js to display the front-end and Node.js with Express.js for the back-end. The connection between the client and the server is achieved by utilizing the socket.io module.