Web development learning content
Francisco Reynoso
Welcome to my hub, here you can connect to any of my content.
Stay to learn:
HTML
CSS
JavaScript
Node.js
React.js
Next.js
In this video we are going to use Framer Motion in a React.js environment to create scroll animations, meaning that page ...
In this video we'll take a simple array and use both the map() and forEach() methods on it, so that we may see the differences ...
In this video we will be building a responsive navigation menu using CSS and JavaScript. Its styles will be kept simple because ...
In this video you will use the filter() method and a search bar to filter through your JSON data, and display in your DOM only the ...
Learn how to use the map() method in JavaScript to iterate through an array of objects (JSON), extract data from these objects, ...
In this video you will learn how to use vanilla JavaScript and the Fetch API with Async/Await syntax to make HTTP requests. Part 2: ...