Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 2.83 KB

File metadata and controls

85 lines (57 loc) · 2.83 KB

C Mini Projects

Welcome to this C Mini Projects repository! This repo is part of the Devarc initiative by the GITAM GitHub Club and contains simple starter-level C programs that contributors can improve and enhance.

Each program is intentionally basic so contributors can rewrite, optimise, or expand features inside the existing programs.


Projects Included

This repository currently contains the following C mini-programs:


Contribution Rules

To keep contributions consistent:

  • You may ONLY edit and improve the existing programs
  • Keep each pull request focused on one improvement
  • Write clear commit messages and well-formatted code

What You Can Improve

⭐️ Feature Enhancements

  • Add new menu options
  • Add edit/remove features
  • Add new fields
  • Add more quiz questions
  • Add sorting/searching functions

⭐️ Technical Improvements

  • Use structs, pointers, modular functions
  • Add file handling (save and load data)
  • Improve performance and readability

⭐️ User Experience

  • Better formatting
  • Clearer input prompts
  • Error handling & validation

How to Contribute

To make a contribution, follow these steps (explained fully in Contributing Guide):

  • Fork the repository
  • Clone your fork
  • Create a new branch
  • Make your changes
  • Test your program
  • Commit and push
  • Open a Pull Request

You can also refer to this resource for better understanding.


Purpose of This Repository

This repository is designed to help contributors:

  • Practice Git and GitHub
  • Learn pull request workflows
  • Improve C programming skills
  • Work on real contribution tasks

Beginners and experienced contributors are both welcome!


📌 Thank you for contributing to this repository! Your improvements, big or small, help make this project better for everyone. Happy coding and keep contributing!