Designing a font from scratch — and submitting it to Google Fonts in 24 hours

by James Barnard Designing a font from scratch — and submitting it to Google Fonts in 24 hours One Day Builds I’m a huge fan of Adam Savage’s One Day Builds [http://www.tested.com/search/?term=One+Day+Builds]. At the beginning of the day he starts with a pile of materials, and ends up holding something

Read More

How to Build a Google Docs Clone with React, Material UI, & Firebase

In this article, we’ll build a Google Docs clone using React, Material UI, and Firebase. The final app will look like this: If we click any document, it will open up and we can edit them however we need to. And the most amazing feature is that we can edit

Read More

Java Project – How to Build a Simple Parking Lot Management System

Hello everyone! It’s good to be back with another tutorial – this time on Java, one of the most popular programming languages out there today. Java is used by developers and enterprises to build powerful applications that serve many different purposes. The object-oriented nature of Java makes writing clean,

Read More

freeCodeCamp Tribute Page Project – Tips for Getting Started

In this article, I will talk about how to get started with your first freeCodeCamp project and provide some tips along the way. Here is what we will cover: * Understanding the instructions * What is CodePen and how do I use it? * Do I

Read More

8 React Projects to Build in 2023

If you want to be good at React, building projects is one of the best ways to do it. I have put together eight different projects that will not only show you what’s possible to make with React, but give you some inspiration on what apps to make.

Read More

How to Build a CSS Library with Vite.js

Building a CSS library might seem like something you’d do out of pure curiosity, just to learn and explore. But it can be so much more than that. I’ve seen custom-built CSS libraries used everywhere from big organisations to scrappy young startups. What is a CSS Library? You can think

Read More

React Projects for Beginners in 2023 – Fun Ideas with Code

You’re ready to start making simple projects with React, but you don’t know what to make. Where should you start? I have created seven unique and fun React projects for you to make, all of which will teach you essential React concepts that you need to know in 2023.

Read More

How to Make a Back to Top Button and Page Progress Bar with HTML, CSS, and JavaScript

You’ve probably seen a “back-to-top” button at the bottom-right corner on many websites when you’re scrolling around. Clicking on that button takes you back to the top of the page. This is a great feature to have on any website, and today we are going to see how to

Read More