Practice and develop your coding skills by building real live interactive autograded projects with solutions and video tutorials
3hrs average
Design and implement a Star Wars-themed database model using SQLAlchemy! This project focuses on structuring data for a blog where users can save their favorite characters and planets. You'll create an optimized relational database, define entity relationships, and generate an ER diagram to visualize the data model.
Easy
8hrs average
Practice your entry-level skills in Javascript, The DOM and HTML/CSS by building a Pop Balloons Game.
Easy
16hrs average
Let's build a todo list from zero to publish using a Python Flask API and a Vanilla.js front-end
Intermediate
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
8hrs average
Build a Todo List API using Flask or Express and connect it to a MySQL database. Practice RESTful endpoints to create, read, update, and delete user tasks. A hands-on project to master backend fundamentals like SQLAlchemy/TypeORM and database migrations.
Intermediate
8hrs average
Use your DOM knowledge, HTML/CSS and Javascript to create a battleship game for one person only
Intermediate
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
8hrs average
Build a TODO web app with React.js while learning API integration, state management, and asynchronous requests. Develop skills in handling GET, POST, and PUT requests, working with useEffect for data fetching, and synchronizing a frontend with a backend.
Beginner
36hrs average
Build a Meetup.com clone using React, React Hooks, and Context API. Implement event browsing, RSVP functionality, and group associations. Use React Router for navigation and fetch data dynamically with Context.
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