Cprojects
No description available
Install / Use
/learn @kri297/CprojectsREADME
💻 C Projects Collection
Practical C programs for real-world learning — Build programming fundamentals through hands-on projects.
🎯 About
Simple C programs that simulate real-life tasks. Perfect for students and beginners learning programming fundamentals.
📁 Projects
| Project | Description | Concepts | |---------|-------------|----------| | 🧾 Bill Splitter | Split restaurant bills among friends | Arrays, loops, math | | 🎮 Life Simulator | Make life decisions with random outcomes | Control structures, random numbers | | 🔐 Password Checker | Analyze password strength + feedback | String manipulation, conditionals | | 💰 Expense Tracker | Track monthly budget and spending | File I/O, data structures | | 🔢 Calculator | Basic arithmetic with clean interface | Functions, switch statements | | 📏 Unit Converter | Convert length, weight, temperature | Functions, mathematical operations |
🚀 Quick Start
-
Clone and navigate
git clone https://github.com/kri297/c-projects.git cd c-projects/"Project Name" -
Compile and run
gcc filename.c -o output ./output
📂 Structure
C-Projects/
├── Bill Splitter/bill_splitter.c
├── Life Simulator/life_simulator.c
├── Password Strength Checker/password_checker.c
├── Personal Expense Tracker/expense_tracker.c
├── Simple Calculator/calculator.c
├── Unit Converter/unit_converter.c
└── README.md
🎓 What You'll Learn
- Core C: Variables, loops, functions, arrays
- Problem Solving: Algorithm design, code organization
- Real Applications: File I/O, user interfaces, data processing
🤝 Contributing
- Fork the repo
- Add your C project with clear code and comments
- Test thoroughly
- Submit a pull request
Guidelines:
- Clean, well-commented code
- Include project description
- Test on multiple systems
🔗 Connect
⭐ Star this repo if it helped you learn!
"Learn by building things that matter."
