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

https://github.com/shravandalavi/cprogrammingprojects

A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.
https://github.com/shravandalavi/cprogrammingprojects

c-programming-project c-projects clanguageprojects cprogramming cprogramming-language cprogrammingprojects cprojects

Last synced: 2 months ago
JSON representation

A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.

Awesome Lists containing this project

README

          

# C_ProgrammingProjects

## Introduction
Welcome to the C_ProgrammingProjects repository! This collection includes various projects implemented using the C programming language. Each project focuses on a specific concept, algorithm, or problem, providing hands-on experience and practical examples.

---

## Projects Included
Here's a list of some of the projects included in this repository:

| **No.** | **Name** |
| ------- | -------- |
| **01** | **[Attendance Monitoring System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Attendance%20Monitoring%20System)** |
| **02** | **[Bank Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Bank%20Management%20System)** |
| **03** | **[Billing System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Billing%20System)** |
| **04** | **[Bus Reservation System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Bus%20Reservation%20System)** |
| **05** | **[Calendar Application](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Calendar%20Application)** |
| **06** | **[Contact Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Contact%20Management%20System)** |
| **07** | **[Dictionary Application](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Dictionary%20Application)** |
| **08** | **[Employee Payroll System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Employee%20Payroll%20System)** |
| **09** | **[Employee Salary Slip Generation](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Employee%20Salary%20Slip%20Generation)** |
| **10** | **[File Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/File%20Management%20System)** |
| **11** | **[Fitness Tracker](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Fitness%20Tracker)** |
| **12** | **[Flight Reservation System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Flight%20Reservation%20System)** |
| **13** | **[Hospital Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Hospital%20Management%20System)** |
| **14** | **[Inventory Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Inventory%20Management%20System)** |
| **15** | **[Library Catalog System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Library%20Catalog%20System)** |
| **16** | **[Library Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Library%20Management%20System)** |
| **17** | **[Mini Voting System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Mini%20Voting%20System)** |
| **18** | **[Online Quize Application](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Mini%20Voting%20System)** |
| **19** | **[Paint Application](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Paint%20Application)** |
| **20** | **[Simple Calculator](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Simple%20Calculator)** |
| **21** | **[Student Gradebook](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Student%20Gradebook)** |
| **22** | **[Student Record Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Student%20Record%20Management%20System)** |
| **23** | **[ToDo List Application](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Todo%20List%20Application)** |
| **24** | **[Tourism Management System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Tourism%20Management%20System)** |
| **25** | **[Weather Monitoring System](https://github.com/ShravanDalavi/C_ProgrammingProjects/tree/main/projects/Weather%20Monitoring%20System)** |

---

## How to Run
To run any of these projects, follow these general steps:
### 1. Clone the Repository:
```sh
git clone https://github.com/ShravanDalavi/CProgrammingProjects.git
cd CProgrammingProjects
```
### 2. Compile and Execute:
Each project typically includes a 'README.md' file with specific instructions on how to compile and run the program. Navigate to the projectdirectory and follow the instructions provided in the README.md file.
Replace repository-name with the actual repository name and executable_name with the name of the compiled executable specific to each project.

### 3. General Steps:
- Navigate to the project directory.

- Compile the program using a C compiler (e.g., gcc).

- Execute the compiled executable.

### Example Commands for a Project
Here’s a quick example for the attendance-monitoring-system project:
```sh
cd CProgrammingProjects
cd attendance-monitoring-system
gcc main.c -o attendance
./attendance
```

## Prerequisites
Make sure you have a C compiler installed (e.g., GCC). Some projects may require additional libraries or software, which will be specified in their respective folders.

---

## How can I read this tutorial without an Internet connection? GIF

1. Go [**`here`**](https://github.com/ShravanDalavi/C_ProgrammingProjects) and click the big green ➞ **`Code`** button in the top right of the page, then click ➞ [**`Download ZIP`**](https://github.com/shravandalavi/C_ProgrammingProjects/archive/refs/heads/main.zip).

![image](https://github.com/user-attachments/assets/e95f8535-db25-4f10-b0d5-64085e28fb92)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

**`Kernel > Restart & Clear Output`**

This will clear all the outputs and now you can understand each statement and learn interactively.


If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

## Licence 📜
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).

## Contributors ✨
- Shravan Dalavi
- Contact: shravandalavi137@gmail.com
- GitHub: [Profile](https://github.com/ShravanDalavi)
- Ashwini Sonawane
- Contact: ashwinisonawane@gmail.com
- GitHub: [Profile](https://github.com/SonawaneAshwini)

---

### Feedback and Support
We value your input! If you encounter any issues or have suggestions, please open an issue in this repository. Your feedback helps us improve!

### Show Your Support
**If you enjoyed this tutorial, don't forget to [⭐ star the repository](https://github.com/ShravanDalavi/C_ProgrammingProjects) and [follow for updates](https://github.com/ShravanDalavi).**

**Thank you for exploring this repository! I hope you find these projects both interesting and useful. 😊**