Practice The command line

Lessons, exercises, and projects about The Command Line

Browse our list of curated database of projects, exercises, and lessons to learn The Command Line

Master React Native Navigation with React Navigation

Complete React Navigation guide by Callstack: learn Stack, Tab and Drawer navigation, TypeScript typing, deep linking, and advanced patterns for enterprise apps. Everything you need to know about professional navigation in React Native CLI.

8hrs average

Node API Tutorial

Learn to create a REST API with Node and Express in our interactive tutorial! Master essential coding skills and kickstart your programming journey today!

4hrs average

Random Card Generator CLI

Use your Python skills to randomly draw a poker card on every time the algorithm runs

8hrs average

Queue Managment CLI with Python

Terminal-based queue management application

6hrs average

Interactive Todo List API with Python and Flask

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.

2hrs average

Reverse shell and remote remote hacking a Windows machine

Learn how to execute one of the most popular hacks on Windows: The Reverse Shell, and also learn to execute basic and administrative Windows commands remotely through a reverse shell, simulating a hacking attack from Kali Linux to Windows 10.

2hrs average

Command Line Challenge

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.

8hrs average

TicTacToe CLI with Python

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.

4hrs average

The Excuse Generator CLI (python)

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.

4hrs average

Create a Dictionary Terminal APP

Conect to the UrbanDictionary.com API to create an app that can be used from the terminal to retrieve meanings of words

File and Directory Management

Navigating and Manipulating Files in Linux: Essential Commands and Best Practices for System Administrators.

8hrs average

Todo List CLI on the Cloud

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.

8hrs average

File Hierarchy Report

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.

8hrs average

Todo List CLI with Python

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.

4hrs average

Compression Algorithm w/Python

Building a Compression Algorithm using Python and Emojis