In this article, you’ll practice your JavaScript skills while streamlining your household chores by creating your very own home inventory system. I’ve often found that it’s hard to keep track common household items that I buy frequently such as food, spices, medicine, and the like. It’s annoying at best and
Monthly Archives: May 2021
Docker is an open source project that makes it easy to create containers and container-based apps. Docker’s lightweight and portable software containers simplify application development, testing, and deployment. We just released a course on the freeCodeCamp.org YouTube channel that will help you learn the core fundamentals of Docker by
In this article, I’ll teach you CSS Flexbox basics so you can make your own responsive sites. I’ll explain how each of Flexbox’s properties work, and I’ll give you a cheatsheet that covers everything you can do with Flexbox. Let’s Go 🎖️ Table of ContentsFlexbox Architectureflex-directionjustify-contentalign-contentalign-itemsalign-selfflex – grow | shrink | wrap | basisShort
The MERN stack is a popular way to make a full stack web app. MERN stands for MongoDB, Express, React, and Node.js. We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to use the MERN stack by building a restaurant review web
