This repository contains 5 intermediate-level C projects, showcasing my 1-month progress as I learned the C programming language.
-
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.
-
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.
-
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.
-
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.
-
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.
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.