Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonawaneashwini/cprogrammingprojects

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

c-programming c-programming-language c-programming-projects c-project

Last synced: about 8 hours 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.

## Project Included
Here's a list of some of the projects included in this repository:
| **No.** | **Name** |
| ------- | -------- |
| **01** | **[Attendance Monitoring System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Attendance%20Monitoring%20System)** |
| **02** | **[Bank Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Bank%20Management%20System)** |
| **03** | **[Billing System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Billing%20System)** |
| **04** | **[Bus Reservation System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Bus%20Reservation%20System)** |
| **05** | **[Calender Application](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Calendar%20Application)** |
| **06** | **[Contact Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Contact%20Management%20System)** |
| **07** | **[Dictionary Application](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Dictionary%20Application)** |
| **08** | **[Employee Payroll System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Employee%20Payroll%20System)** |
| **09** | **[Employee Salary Slip Generation](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Employee%20Salary%20Slip%20Generation)** |
| **10** | **[File Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/File%20Management%20System)** |
| **11** | **[Fitness Tracker](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Fitness%20Tracker)** |
| **12** | **[Flight Reservation System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Flight%20Reservation%20System)** |
| **13** | **[Hospital Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Hospital%20Management%20System)** |
| **14** | **[Inventory Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Inventory%20Management%20System)** |
| **15** | **[Library Catalog System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Library%20Catalog%20System)** |
| **16** | **[Library Management System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Library%20Management%20System)** |
| **17** | **[Mini Voting System](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Mini%20Voting%20System)** |
| **18** | **[Online Quize Application](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Online%20Quiz%20Application)** |
| **19** | **[Paint Application](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Paint%20Application)** |
| **20** | **[Simple Calculator](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Simple%20Calculator)** |
| **21** | **[Student Gradebook](https://github.com/SonawaneAshwini/C_ProgrammingProjects/tree/main/projects/Student%20Gradebook)** |
| **22** | **[Student Record Management System](https://github.com/SonawaneAshwini/CProgrammingProjects/tree/main/projects/Student%20Record%20Management%20System)** |
| **23** | **[To-Do List Application](https://github.com/SonawaneAshwini/CProgrammingProjects/tree/main/projects/Todo%20List%20Application)** |
| **24** | **[Tourism Management System](https://github.com/SonawaneAshwini/CProgrammingProjects/tree/main/projects/Tourism%20Management%20System)** |
| **25** | **[Weather Monitoring System](https://github.com/SonawaneAshwini/CProgrammingProjects/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/your-username/repository-name.git
cd repository-name
```

### 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:

```sh
cd attendance-monitoring-system
gcc main.c -o attendance
./attendance
```

Replace repository-name with the actual repository name for each project.

## 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/SonawaneAshwini/C_ProgrammingProjects) and click the big green ➞ **`Code`** button in the top right of the page, then click ➞ [**`Download ZIP`**](https://github.com/SonawaneAshwini/C_ProgrammingProjects/archive/refs/heads/main.zip).

![Screenshot (360)](https://github.com/SonawaneAshwini/C_ProgrammingProjects/assets/172588428/0def247f-638c-4eee-87b6-b97225690609)

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.

## License 📜
This project is licensed under the MIT License. See the [LICENSE file](https://github.com/SonawaneAshwini/C-Mini-Projects/blob/main/LICENSE) for details.

## Contributors ✨

- Ashwini Sonawane
- Contact: [email protected]
- GitHub: [Profile](https://github.com/SonawaneAshwini)
- Shravan Dalavi
- Contact: [email protected]
- GitHub:[Profile]( https://github.com/ShravanDalavi)

**If you like this tutorial, please [give it a ⭐ star](https://github.com/SonawaneAshwini/C-Mini-Projects).**

**Thank you for visiting my repository! I hope you find my projects interesting and useful. 😊**