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

https://github.com/aliasgarsogiawala/console-applications

Console based codes of various languages for practice
https://github.com/aliasgarsogiawala/console-applications

c console-application cpp csharp explore fyp go java javascript open-source python python3

Last synced: 2 months ago
JSON representation

Console based codes of various languages for practice

Awesome Lists containing this project

README

          

# 🖥️ Console Applications

A collection of simple **console-based programs** written in various programming languages — perfect for practicing and improving your coding skills!

---

## 🚀 About This Repository

This project is meant to help you:

- Practice programming logic using different languages
- Learn basic to intermediate syntax through real examples
- Contribute and collaborate with others in the open-source community

---

## 📁 Folder Structure

```plaintext
console-applications/
├── java/
│ └── YourJavaProgram.java
├── python/
│ └── your_python_script.py
├── .gitignore
├── README.md
└── CONTRIBUTING.md
Each folder contains programs written in that specific language. If you're adding a new language, feel free to create a folder for it.
```

## 🧠 What's Inside?

Some examples of what you might find or add:

- 🎯 Guess the Number game
- 🧮 Basic calculators
- 🔄 Converters (temperature, currency, etc.)
- 🎲 Dice simulator
- 📋 Quiz apps
- 📊 Data structures and algorithm implementations

---

## 🙌 Contributing

We welcome contributions from everyone!

📄 Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide to learn how to contribute effectively.

---

## 💻 Languages Used

- Python 🐍
- Java ☕
- _(Add more as they come!)_

---

## ⭐ How to Support

If you find this repo helpful:

- Star ⭐ the project
- Share it with your friends
- Contribute a simple script!