On-screen text
4 coding projects that
take less than an hour
and ACTUALLY look good
on your resume
BUILD A
DISCORD BOT
WITH PYTHON
Build a Discord Bot with Python
Prerequisites: Python fundamentals
Versions: Python 3.10
Read Time: 45 minutes
Introduction
In this tutorial, we'll learn how to set up your Python programming environment, create and run a Discord bot using Discord Developer Portal, and write a few lines of Python code to respond to users' messages in Discord. We'll also provide a breakdown of each line of code for those who want to get a deeper understanding of how it all works.
The Discord bot that we are going to build will listen for the keyword "!see" and respond with a message.
BUILD A
POMODORO APP
WITH HTML, CSS,
JAVASCRIPT
Build a Pomodoro App with HTML, CSS, Javascript
Prerequisites: HTML, CSS, Javascript fundamentals
Read Time: 45 minutes
Introduction
Welcome to the Pomodoro timer app coding tutorial in this project, you'll learn how to create a simple and effective time management tool using just HTML, CSS, and Javascript. By the end of this tutorial, you'll have a basic understanding of how to build a dynamic web page that responds to user interactions. You'll also learn how to structure and style your HTML elements with CSS, and how to add interactivity with Javascript.
DEPLOY A
WEBSITE WITH
VERCEL
Comment "PROJECTS" for
the FREE website
Deploy a Website with Vercel
Prerequisites: Git, GitHub
Read Time: 20 minutes
Introduction
So you've created a website on your computer, how do you get it live on the web for your friends to see with a URL?
Hello everyone! In this tutorial, I will be teaching you how to deploy your very own website using Vercel, which will allow everyone to visit your published website on the internet.
We'll help you get started to easily deploy your website and get it live in no time!
SET UP A GUI
WITH JAVA
Comment "PROJECTS" for
the FREE website
ELLIE POPOCO
Set Up a GUI with Java
Prerequisites: Java
Read Time: 30 minutes
Introduction
GUI (Often pronounced "GOO-ee" but actually "Gee-Yuuu-Eye") stands for Graphical User Interface. Back in the OLD, ANCIENT days of the OLD, ANCIENT days of the internet, computers, but thanks to graphical user interfaces, things like buttons, sliders, and menus were invented. Now, a 5-year-old sibling can pull up Roblox on their iPad.