Skip to content

This app tracks the history of phone repair jobs in their store. Made this for the final exam in CPE1231 Object-Oriented Programming subject.

Notifications You must be signed in to change notification settings

elgikore/cellphone-repair-tracker

Repository files navigation

Note

Currently have no plans to update the project. Also important to mention is that the entries for CellphoneRecords.txt are just mockups.


This app was made as part of the requirement for CPE1231 Object-Oriented Programming subject back in March 2022.


The Application

It is a tracker that tracks the history of cellphone repair jobs in their store — a record of repaired and currently repairing cellphone jobs. The app lets the user add repair details and see past repair details.

Documentation

Note

The app doesn't support removing entries. To remove an entry, you have to manually modify CellphoneRecords.txt and follow the formatting as specified in the documentation.

📖 Cellphone Repair Tracker Documentation

How to install

  1. Make sure you have .NET Core 3.1 or higher (since it uses C# 8.0).
  2. Click the latest version on the Releases section and download the source code. Alternatively, click the green code button and download as a ZIP (or you can clone it).
  3. Open your favorite code editor of your choice (Visual Studio is more recommended than VS Code).
  4. Open the solution file and then run (Visual Studio) or open the folder of the project and then run the MainWindow.xaml.cs file (VS Code and other code editors).
    • You can also launch it from the terminal but make sure you use Roslyn as the compiler.
  5. Enjoy!

Warning

[For Visual Studio users] If there's an error saying "One or more projects in the solution were not correctly loaded", click OK, and it should still work, app and everything.

About

This app tracks the history of phone repair jobs in their store. Made this for the final exam in CPE1231 Object-Oriented Programming subject.

Topics

Resources

Stars

Watchers

Forks

Languages