Practice and develop your coding skills by building real live interactive autograded projects with solutions and video tutorials
Data Science
Machine Learning
Logistic Regression
intermediate
Logistic Regression is the ideal first algorithm to learn how to model. Without doing much cleaning, train your model and optimize until you are satified with your evaluation and results.
Start projectBootstrap
React.js
easy
Steps to create your first personal porfolio using React.js
Start projectLayouts
HTML and CSS
beginner
Learn the basics of HTML5 and CSS by creating a simple Instagram photo feed simulation. This project helps you practice essential web development skills, like reusing CSS classes, building layouts, centering elements, and positioning
Start projectResume Building
Markdown
beginner
Optimize your LinkedIn profile as a Software Engineer to connect with people in the industry, fing jobs and networking opportunities
Start projectPython
The Command Line
beginner
Use your Python skills to randomly draw a poker card on every time the algorithm runs
Start projectUML
SQL
Data Modeling
easy
Build a database model for Instagram and learn about database design, table relationships, and ERD diagrams. You'll create structures for users, posts, comments, and more using SQLAlchemy. Improve your data modeling skills and understanding of social media platforms with this hands-on project.
Start projectUML
SQL
Data Modeling
easy
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.
Start projectData Processing
beginner
This is a dataset that contains Airbnb data on New York City. You will use it to practice your new EDA (exploratory data analysis) and data wrangling skills.
Start projectREST
Node
APIs
beginner
Create a REST API using Node.JS and Express.JS
Start projectJavascript
The DOM
HTML and CSS
beginner
Disneyland for procrastinators! Create an Excuse Generator using just 20 lines of JavaScript. This beginner-friendly project teaches arrays, random number generation, and string concatenation while building a tool to generate excuses.
Start projectBack End
The Command Line
Bash
beginner
This command line challenge is designed to make you become familiar with the bash/command line. The challenge goes over the most used commands every developer needs to know, in order to succeed in real life.
Start projectPython
csv
The Command Line
beginner
Develop a TicTacToe CLI in Python to practice lists, 2D matrices, loops, and conditionals. Implement play, check_for_winner, and new_game functions. Players take turns as ‘X’ and ‘O’. The game checks for winners, allows resets, and can be exited anytime.
Start projectGitHub
Agile Methodologies
final-project
intermediate
Create the users stories for your final project
Start projectJavascript
The DOM
vanilla.js
intermediate
Use your DOM knowledge, HTML/CSS and Javascript to create a battleship game for one person only
Start projectJavascript
React.js
intermediate
Create a simple TODO web app with React.js that allows users to add and delete tasks. Tasks can be added by pressing Enter, and the delete icon appears on hover. The app displays 'No tasks, add tasks' when empty. This project is perfect for learning React.js and building task management apps.
Start projectGitHub
git
Markdown
easy
Build the first version of your professional student profile for recruiters to see! Learn GitHub’s pull request process while creating a YAML file with your details, such as education, skills, projects, and experience. This step is essential in crafting your public portfolio as a developer.
Start projectLayouts
HTML and CSS
beginner
Recreate a single Instagram post using HTML and CSS, focusing on replicating its structure, style, and responsiveness. This exercise introduces you to key web development concepts like basic HTML5 structure, CSS rules, Google Fonts, Font Awesome icons, and layout techniques like Flexbox and positioning.
Start projectHTTP
Python
The Command Line
easy
Build a Todo List CLI app that syncs tasks with the cloud using the BreatheCode Todo API. Users can add, update, and delete tasks. Tasks are stored on the cloud, and the app retrieves them from the cloud as well, practicing API communication, Python lists, dictionaries, and HTTP protocols.
Start projectResume Building
Layouts
HTML and CSS
beginner
Practice HTML and CSS by building your Resume.
Start projectREST
Python
Node
easy
The StarWars Blog API will let you practice building a REST API using lightweight API frameworks like Express (for node) or Flask (for python) using SQLAlchemy ORM and Python language. while building a fun blog. Ideal for juniors looking to practice API development in python.
Start project