Table of Contents
“Spendora” is a smart expense tracking application focused on helping users control their monthly spending in a simple and effective way. The app includes a budget system with spending limits, progress tracking, and warning alerts when the limit is almost reached. It also offers useful expense statistics and filtering options that help users better understand and organize their financial activity. The clean design and practical features make the app easy and convenient to use every day.
- Programing language:
C++
CodeCraft/
|-- README.md
|-- main.cpp
|-- include/
| |-- data.h
| |-- logic.h
| `-- presentation.h
|-- src/
| |-- data.cpp
| |-- logic.cpp
| `-- presentation.cpp
|-- assets/
| `(All Dear ImGui files)
|-- docs/
| |-- CodeCraft.docx
| |-- project_structure.drawio
| |-- presentation/
| `-- CodeCraft.pptx
Ivaylo Georgiev (9B🟥) - Scrum Trainer
Email: ITGeorgiev24@codingburgas.bg
Toma Ivanov (9A🟨) - Frontend Developer
Email: TSIvanov24@codingburgas.bg
Dimitur Bornusuzov (9G🟦) - Backend Developer
Email: DGBornusuzov24@codingburgas.bg
Ioan-Aleksandur Georgiev (9A🟨) - Backend Developer
Email: IEGeorgiev24@codingburgas.bg
To download our project, clone our repository by pasting this command in your command prompt:
git clone https://github.com/codingburgas/CodeCraft.git
To build and run our project, you need to open the .sln file in Visual Studio and just press Local Windows Debugger.
Where you can find the .sln file?
CodeCraft/
|-- CodeCraft.sln
`-- CodeCraft/
