My Portfolio

A showcase of my projects and my abilities.

Contact List App

Contact List App

My Contact List app in JavaScript without any library or JS framework, just using ES6 classes and local storage to store the data entered by the user from the contact form.

GSAP App

GSAP App

My GSAP landing page I created with a simple one page layout format to test some pretty cool animations in JavaScript with a library called GSAP.

JustEat App

JustEat App

My JustEat PWA I created with JavaScript, HTML, CSS and Cloud FireStore to store data into a backend database. It allows user to navigate in a website format or in an app kind of environment with pre-cached stored in the background.

Wish List App

Wish List App

My Wish List application for storing website urls using nothing but pure JavaScript. I didn't use any jQuery or frameworks, just plain old JavaScript. Also, used Local Storage to store the new items to list.

Todo List App

Todo List App

A todo list app in Vanilla JavaScript. I put together all the fundamental JS techniques including local storage, and no libraries or frameworks was used in this project.

Weather App

Weather App

Building a weather app with Vanilla JavaScript using no frameworks or libraries. Using a fetch request on an API call to get data from a server.