Skip to content

engg-angrejsingh/fun-cpp-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Fun C++ Projects

A collection of beginner-friendly C++ projects built to practice programming concepts and improve problem-solving skills.

Each project is a standalone terminal application focusing on a specific concept, making it easy to learn, explore, and contribute.


📂 Projects

No. Project Description
01 🎨 Color Guessing Game Guess the randomly selected color in a fun terminal-based game.
02 🧮 Scientific Calculator A colorful terminal-based scientific calculator with arithmetic and scientific operations.

More projects will be added regularly.


🎯 Repository Goals

This repository is designed to help you:

  • 📘 Learn C++
  • 💡 Practice programming concepts
  • 🛠️ Build mini terminal applications
  • 🧩 Improve problem-solving skills
  • 🚀 Create beginner-friendly portfolio projects

📚 Topics Covered

  • Variables & Data Types
  • Input / Output
  • Conditional Statements
  • Loops
  • Functions
  • Arrays & Strings
  • Random Number Generation
  • Mathematical Operations
  • Console UI
  • Cross-Platform Programming

⚙️ Getting Started

Clone the Repository

git clone https://github.com/engg-angrejsingh/fun-cpp-projects.git

Navigate to the Repository

cd fun-cpp-projects

Open a Project

Example:

cd 01-color-guessing-game

or

cd 02-scientific-calculator

Compile the project:

g++ main.cpp -o app

Run the executable:

Windows

app.exe

Linux / macOS

./app

🤝 Contributing

Contributions, improvements, and suggestions are always welcome.

If you'd like to improve an existing project or add a new one:

  1. Fork the repository.
  2. Create a new branch.
  3. Commit your changes.
  4. Open a Pull Request.

📄 License

This repository is licensed under the MIT License.

Feel free to use, modify, and learn from the projects.

See the LICENSE file for more information.


👨‍💻 Author

Angrej Singh


⭐ If you find these projects helpful, consider giving the repository a star.

About

A collection of fun beginner-friendly C++ projects for learning and practice.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages