Skip to content

undercraft2206/note-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Note Management System

The Note Management System is a C-based application designed to manage notes by calculating the average of a series of input notes. The program prompts the user to input the note format and subsequent notes, ensuring that each note does not exceed the specified format. It then calculates and displays the average note, continuously updating the average as more notes are input. This project aims to provide a simple and efficient way to manage notes, making it easier to track and analyze notes over time.

πŸš€ Features

  • Calculates the average of a series of input notes
  • Prompts the user to input the note format and subsequent notes
  • Ensures that each note does not exceed the specified format
  • Continuously updates the average note as more notes are input
  • Displays the new average note after each update

πŸ› οΈ Tech Stack

  • Programming Language: C
  • Libraries:
    • stdio.h for standard input/output operations
    • stdlib.h for memory management and utility functions
    • math.h for mathematical functions
  • Development Environment: Any C-compatible IDE or compiler

πŸ“¦ Installation

To install and run the Note Management System, follow these steps:

Prerequisites

  • A C compiler (e.g., GCC)
  • A code editor or IDE (e.g., Visual Studio Code)

Installation

  1. Clone the repository to your local machine
  2. Navigate to the project directory
  3. Compile the note-gestionar.c file using a C compiler (e.g., gcc note-gestionar.c -o note-gestionar)
  4. Run the compiled executable (e.g., ./note-gestionar)

πŸ’» Usage

  1. Run the Note Management System executable
  2. Input the note format when prompted
  3. Input the first two notes when prompted
  4. The program will calculate and display the average note
  5. Continuously input additional notes to update the average note

πŸ“‚ Project Structure

note-gestionar/
|-- note-gestionar.c
|-- README.md

πŸ“Έ Screenshots

🀝 Contributing

Contributions are welcome! If you'd like to contribute to the Note Management System, please fork the repository and submit a pull request with your changes.

πŸ“ License

The Note Management System is licensed under the MIT License.

πŸ“¬ Contact

For questions or concerns, please contact us at [insert contact email or link].

πŸ’– Thanks Message

Thank you for using the Note Management System! We hope it helps you manage your notes efficiently. Readme made by https://readmestudio.zenui.net/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages