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

https://github.com/sai-sys-cmd/c-programming-projects

A collection of my C programming projects.
https://github.com/sai-sys-cmd/c-programming-projects

Last synced: 9 months ago
JSON representation

A collection of my C programming projects.

Awesome Lists containing this project

README

          

# Projects Overview:
This repository contains 5 intermediate-level C projects, showcasing my 1-month progress as I learned the C programming language.

# Projects:
1. Number Guessing Game (number_guessing_game.c)
Time Spent: 3 days
Description: A simple game where the player guesses a randomly generated number within a specified range. The game provides feedback on each guess to help the player.

2. Scientific Calculator (scientific_calculator_app.c)
Time Spent: 2 days
Description: A basic calculator that supports arithmetic operations and scientific functions like trigonometry, square roots, and exponents.

3. Tic-Tac-Toe Game (tic_tac_toe_game.c)
Time Spent: 6 days
Description: A 2-player game where players alternate turns on a 3x3 grid with 'X' and 'O'. The game checks for win conditions and displays the game board.

4. Time App (time_app.c)
Time Spent: 2 weeks
Description: A multi-functional time management app that includes a stopwatch, timer, alarm, Pomodoro timer, and real-time clock.

5. To-Do List App (to_do_list_app.c)
Time Spent: 4 days
Description: A to-do list app that allows users to add, remove, and mark tasks as complete. It saves tasks between sessions.

# About This Collection:
Total Time to Complete: 1 month
Learning Journey: I started learning C programming with basic concepts and gradually tackled more complex projects. These projects represent my growth as a beginner in C.