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.
- Host: GitHub
- URL: https://github.com/sai-sys-cmd/c-programming-projects
- Owner: Sai-sys-cmd
- Created: 2024-12-27T19:57:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T04:10:33.000Z (over 1 year ago)
- Last Synced: 2025-07-02T03:38:21.379Z (about 1 year ago)
- Language: C
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.