Learning HTML and CSS by building a 90s-inspired website
In this tutorial, we will make a 90s-inspired website using HTML and a little CSS.
Make Snake with vanilla JavaScript
Snake is a simple game that is great for learning the basics of game development. It can be basic, like the classic Nokia cellphone Snake game, or it can be more complex with added features such as obstacles or making it a two-player game.
Pinboard project Part 1: HTML & CSS
In this project, you'll create a 'Pinboard'
Pinboard project Part 2: JavaScript
Part 1 of this project showed us how to create the basic structure and styling of our pinboard, but static HTML and CSS can only get us so far. The last step in creating a fully functional pinboard is to add interactivity with JavaScript. Here is what we will cover now: