Practice and develop your coding skills by building real live interactive autograded projects with solutions and video tutorials
8hrs average
Scan files in a computer system using a tree structure to identify files, folders, and links. The program generates a report in JSON format, including details such as total files, file extensions, folders, links found, and broken links. It checks links for errors by making GET requests for verification.
Easy
8hrs average
Create a command-line TODO list app where users can add, delete, save, and load tasks. Manage tasks efficiently with CSV file storage. Simple interface with Python functions for task management.
Beginner
8hrs average
Use your CSS knowledge to draw Goku using Position and Display properties.
Hard
8hrs average
Develop and API that integrates with Twilio.com to recreate a Queue Managment System similar to
Intermediate
4hrs average
Practice Dynamic Conditions with JavaScript: Build a profile card that updates dynamically based on runtime variables like username, avatar, background, and more. Strengthen your coding skills by mastering condition-based rendering in this hands-on project. Perfect for improving dynamic HTML generation.
Beginner
24hrs average
Build a contact management app using React.js, React Router, and Context API. This project lets users create, read, update, and delete contacts. Fetch data from an API and manage state using Context. Implement CRUD operations and enhance UX with modals for deletion confirmation.
Intermediate
3hrs average
Learn GitHub Pull Requests by building a landing page! Collaborate as a team using Git while each member develops a section of a website with HTML and CSS. Practice version control, teamwork, and project management as you submit changes through Pull Requests.
Beginner
8hrs average
Build a family management API with Flask, focusing on creating efficient data structures to handle and manipulate family member information. In this project, you'll learn how to develop dynamic RESTful API endpoints, manage in-memory data, and handle JSON responses. Gain hands-on experience in Flask, data management, and API design
Beginner
16hrs average
Using the Flask o Django library in Python, create an API that supports: Creating, Updating, Reading and Deleting contacts.
Intermediate
6hrs average
Create a Todo list API Interactively using Python language and the Flask Framework. This tutorial covers technologies such as Python, terminal, command-line, APIs, and REST. The objective is to teach you how to build a functional API from scratch. By the end of this tutorial, you will have learned how to set up a Flask project, create endpoints, handle requests and responses, and manage data with a database.
Beginner
4hrs average
Building a Compression Algorithm using Python and Emojis
Beginner
4hrs average
Build a Random Poker Card Generator: Use your CSS, HTML, and JS skills to create a website that shows a random poker card every time it refreshes. Generate a card with a random suit (Hearts, Spades, Clubs, Diamonds) and value (2–10, King, Queen, Jack, Ace). Enhance with extra features like timers or buttons!
Beginner
4hrs average
Create an eCommerce Product Landing Page using standard HTML/CSS, no bootstrap or any other css framework.
Easy
4hrs average
Disneyland for procrastinators. This excuse generator in python takes no more than 20 lines of code and can save you for the rest of your life! We will be using technologies such as Python and after completing the exercise, the student will know how to generate random excuses using basic Python structures.
Beginner
6hrs average
Replicate a professional real-life landing page using bootstrap
Intermediate
4hrs average
Conect to the UrbanDictionary.com API to create an app that can be used from the terminal to retrieve meanings of words
Easy
12hrs average
Create a fully responsive landing page using React.js function components. Improve your frontend skills by structuring reusable Bootstrap elements like <Navbar />, <Jumbotron />, and <Card />. Learn to manage dynamic content with props, follow best coding practices, and optimize performance for a seamless user experience.
Easy