An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with hyperskill

A curated list of projects in awesome lists tagged with hyperskill .

https://github.com/rabestro/jetbrains-academy-readability-score

Everyone has their own personal reading history, and as we grow up, we are able to comprehend more and more complicated texts. But how do you estimate the level of difficulty of a given text, and how do you teach a computer to do that? In this project, you will find it out: write a program that determines how difficult the text is and for which age it is most suitable.

enum hyperskill interface jetbrains-academy lambda-expressions lambda-functions lazy-evaluation math readability regular-expression streams student-project text-analysis

Last synced: 17 Aug 2025

https://github.com/joknaa/coding_challenges

💪🏻💻 These are some of the coding challenges and problems i solved and projects i did "Hackerrank" and "Hyperskill" platforms

c css hackerrank html hyperskill java javascript

Last synced: 11 Apr 2026

https://github.com/joknaa/tictactoe_pvp

A game of TicTacToe that 2 players can play in terminal, programmed with Java

game hyperskill java tictactoe

Last synced: 08 Jun 2026

https://github.com/joknaa/coffeemachine

A program that simulates the Coffee Machine options and functionalities

hyperskill

Last synced: 07 May 2026

https://github.com/rabestro/jetbrains-academy-flashcards

For foreign language learners, it’s hard to remember new words, which is exactly what flashcards are for. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create something useful and enhance your programming skills, this project is just right.

flashcards hyperskill jetbrains-academy lambda-functions optionals stream student-project switch

Last synced: 27 Jul 2025

https://github.com/rabestro/jetbrains-academy-simple-banking-system

Everything goes digital these days, and so does money. Today, most people have credit cards, which save us time, energy and nerves. From not having to carry a wallet full of cash to consumer protection, cards make our lives easier in many ways. In this project, you will develop a simple banking system with database.

builder-pattern hyperskill interfaces jetbrains-academy logging sql sqlite3 student-project

Last synced: 08 Nov 2025

https://github.com/kmhmubin/tic-tac-toe-java-cli

Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.

array cli hyperskill java java-12 oop oop-examples

Last synced: 28 Aug 2025

https://github.com/cdn0x12/hyperskill-codebase

Codebase of Projects in Hyperskill/JetBrains Academy.

hyperskill jetbrains-academy solution

Last synced: 11 Jan 2026

https://github.com/cdn0x12/Hyperskill-CodeBase

Codebase of Projects in Hyperskill/JetBrains Academy.

hyperskill jetbrains-academy solution

Last synced: 12 Aug 2025

https://github.com/rabestro/jetbrains-academy-encryption-decryption

Privacy is an important matter is the realm of the Internet. When sending a message, you want to be sure that no-one but the addressee with the key can read it. The entirety of the modern Web is encrypted - take https for example! Don’t stay behind: hop on the encryption/decryption train and learn the essential basics while implementing this simple project.

encryption-decryption factory-pattern hyperskill jetbrains-academy stream student-project

Last synced: 15 Jun 2025

https://github.com/rabestro/jetbrains-academy-tic-tac-toe-ai

Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully it is simple enough that most players discover the best strategy quickly. Let’s program Tic-Tac-Toe and get playing!

ai artificial-intelligence hyperskill jetbrains-academy minimax minimax-algorithm recursion recursive-algorithm stream student-project tic-tac-toe

Last synced: 08 Oct 2025

https://github.com/rabestro/error-correcting-encoder-decoder

Implementation of education project from JetBrains Academy. Project description: https://hyperskill.org/projects/58/stages/316/implement

console-application error-correction error-correction-codes hamming-code hyperskill

Last synced: 10 Sep 2025

https://github.com/rabestro/hypermetro

JetBrains Academy project. Spring Shell application to work with metro map. Implementation of graph pathfinding algorithms. Unit tests written by using Spock Framework.

breadth-first-search console-application dijkstra-algorithm dijkstras-algorithm graph graph-algorithms hyperskill jetbrains-academy spock-framework spring-boot spring-shell

Last synced: 17 May 2026

https://github.com/rabestro/jetbrains-academy-linear-equations-solver

You’ve come so far! Yet sometimes it’s nice to get back to old and simple basics: shall we remember some linear algebra? In this project, you will write a program that solves linear equations (you wish you had it back at school, don’t you?) It won’t be working with powers and radicals, but on the other hand, it will be able to handle matrices and complex numbers.

complex-numbers hyperskill jetbrains-academy linear-algebra streams student-project

Last synced: 03 Oct 2025

https://github.com/umutsevdi/hyperskill-csp

JetBrains Academy's Code Sharing Platform Project

code-sharing-platform hyperskill hyperskill-academy java jetbrains jetbrains-academy

Last synced: 27 May 2026

https://github.com/mobalti/cinema-room-manager

Cinema Room Manager is an application that helps manage a cinema theatre: sell tickets, check available seats, see sales statistics, and more.

cinema cinema-room-manager hyperskill java jetbrains-academy

Last synced: 05 Jan 2026

https://github.com/douglasdotv/rps-1

A Java project from Hyperskill.

hyperskill rps

Last synced: 13 Jun 2025

https://github.com/rabestro/jetbrains-academy-guess-the-animal

Artificial intelligence is not just a smart system: it's a smart system capable of self-learning. In this project, you will create a simple interactive game where the computer will try to guess the animal that the person has in mind with the help of yes or no questions. During the game, the computer will extend its knowledge base by learning new facts about animals and using this information in the next game.

binary-tree hyperskill jetbrains-academy json localization pet-project recursion regex regular-expressions repository resource-bundles student-project tree-structure yaml

Last synced: 13 Apr 2026

https://github.com/aplatkouski/ap-games

JetBrains Academy - Python Developer - Tic-Tac-Toe with AI (+ bonus Reversi game)

cli hyperskill jetbrains-academy minimax-algorithm reversi tic-tac-toe

Last synced: 14 Jan 2026

https://github.com/xander180/minesweeper

A minesweeper replica, played in the console. Uses a flood-fill algorithm

hyperskill intellij-idea kotlin

Last synced: 19 Apr 2026

https://github.com/pgebert/numeric-matrix-processor

CLI for basic matrix operations written in Kotlin.

gradle hyperskill hyperskill-academy jetbrains kotlin matrix-calculations

Last synced: 21 Apr 2026

https://github.com/lixoten/js-practice-2

A way to practice JS code problems. Enjoy, let me know what you think. STAR my repo.. If i see any interest, I will keep repo update mored often

code-practice code-problem codemirror codemirror-editor hyperskill javascript

Last synced: 29 Apr 2026

https://github.com/lixoten/coding-skill-quest

A way to practice JS code problems. Enjoy, let me know what you think. STAR my repo.. If i see any interest, I will keep repo update mored often

code-practice code-problems codemirror-editor codemirror6 hyperskill javascript oop-principles

Last synced: 04 May 2026

https://github.com/pgebert/simple-search-engine

Simple Search Engine written in Kotlin.

gradle hyperskill java jetbrains-academy kotlin search-engine

Last synced: 04 May 2026

https://github.com/g3th/hyperscrape

Hyperskill tasks/problem scraper.

coding download hyperskill problems scraper selenium webdriver

Last synced: 07 May 2026

https://github.com/pgebert/minesweeper

Minesweeper game on the command line written in Kotlin.

gradle hyperskill java jetbrains-academy kotlin minesweeper

Last synced: 08 May 2026

https://github.com/pgebert/number-base-converter

CLI tool to convert numbers from one base to another written in kotlin.

gradle hyperskill jetbrains kotin number-base-converter

Last synced: 10 May 2026

https://github.com/codelikeagirl29/jane-doe-portfolio

Hyperskill project | Graduate Portfolio project | Frontend

course css frontend google-fonts html hyperskill javascript jetbrains

Last synced: 20 Apr 2026

https://github.com/douglasdotv/account-service

API for accounting services with role-based access, security logging and account management, built with Spring Boot and Spring Security.

account-service hyperskill java spring-boot spring-data spring-security

Last synced: 11 May 2026

https://github.com/janlucakingler/hyperskill-frontend-developer

This repository contains all available projects from the Hyperskill frontend Developer course.

api css html hyperskill javascript

Last synced: 16 Feb 2026

https://github.com/douglasdotv/swing-text-editor

A simple text editor built with Swing toolkit.

hyperskill java swing text-editor

Last synced: 11 Jun 2025

https://github.com/douglasdotv/coffee-machine

An easy project to grasp the basics of Kotlin.

coffee-machine hyperskill kotlin

Last synced: 06 Jun 2026

https://github.com/codelikeagirl29/to-do-list

To-do list 🚀 javascript, html, css | made for HyperSkill

css html hyperskill javascript jetbrains practice-project todo-list

Last synced: 17 May 2026

https://github.com/codelikeagirl29/superflats

SuperFlats is a responsive React application designed to manage and display a list of apartments dynamically.

hyperskill project react superflats

Last synced: 17 May 2026

https://github.com/balick/easy-python-chatbot

Simple Chatbot — JetBrains Academy (Hyperskill) Project

chatbot console-game hyperskill jetbrains-academy python python-3 python3

Last synced: 02 Nov 2025

https://github.com/balick/zookeeper

This is a JetBrains Academy learning project to practice lists, loops, user input, and basic program structure in Python.

console-game hyperskill hyperskill-python jetbrains-academy python python-3 python3

Last synced: 02 Nov 2025

https://github.com/u-mulder/hs_proj_search_engine

Hyperskill search engine project

hyperskill kotlin search-engine

Last synced: 08 Mar 2026

https://github.com/rabestro/jetbrains-academy-numeric-matrix-processor

Here’s a project for devoted matrix enthusiasts: learn to perform a variety of operations on matrices including addition, multiplication, finding the determinant, and dealing with inverse matrices. If you are working on your tech or math major, this project is a good chance for you to learn matrices in action and not just in your notebook.

algebra hyperskill jetbrains-academy matrices matrix-multiplication streams student-project

Last synced: 08 Nov 2025

https://github.com/rabestro/java-number-base-converter

We’re all quite used to our good old decimal system of numerals. But let’s not forget that there are other ways to count! Whether we need to convert numbers from one system to another just for fun or to store large data more efficiently, a converter proves helpful. In this project, you will create your own tool that will help you convert numbers from one system to another.

binary-to-decimal-number-converter binary-to-hexadecimal decimal-to-binary hex-to-binary hyperskill jetbrains-academy number-converter

Last synced: 08 Nov 2025

https://github.com/xander180/coffee-machine

A mock-up of how a coffee machine functions internally. Used for practice

hyperskill jetbrains-academy kotlin

Last synced: 12 Aug 2025

https://github.com/xander180/encoder-decoder

Simple program that encodes and decodes a string message

hyperskill jetbrains-academy kotlin

Last synced: 21 Aug 2025