Jake Fanelli

Hi! I love to continuously learn and build new things. Take a look around!

about me

I'm from a small town about an hour north of NYC called Brewster, NY. I grew up skateboarding, snowboarding, and playing video games. As I got older, I transitioned to golf and continued playing video games on my computer. I recently graduated from RIT with a Bachelor of Science in Information Technology.

Picture of me

CS:GO Nades

An educational web app related to a video game called Counter-Strike: Global Offensive. Reaches 100 unique users every day. Built with HTML5, CSS3, JavaScript while utilizing jQuery and Boostrap for a responsive design.

CS:GO Nades 2.0

Remastered with ReactJS and NodeJS. This version allows user submission and includes recoil patterns. I utilized MongoDB to store data. This project helped me learn more about authentication and authorization.

React ToDo

A ToDo app where I learned the basic principles of React. Creating new tasks, reading new tasks, updating new tasks, and deleting new tasks. I utilized React state and props so that when any change gets made, it's updated instantly to other components.

React Weather App

A weather app that fetches data from a free API based on the user's input. I learned how to conditionally display components based on the data stored in state. I utilized a free API from OpenWeatherApp and learned how to use reactstrap.