DEV Community

Cover image for CodeKeeper - Project and tasks manager
Nighty3098
Nighty3098

Posted on • Updated on

CodeKeeper - Project and tasks manager

Hi everyone. A couple months ago I started working on my first C++ project using QT.

My application is a project and task manager. In my project I used GitHub Rest Api, with the help of which the application can take information and statistics about the project (repository) and user profile. In the future I plan to add full synchronization and authorization with GitHub to the project.

I would like to know what can be added or fixed in my project.

Installation:

git clone https://github.com/Nighty3098/CodeKeeper
cd CodeKeeper
bash build.sh
Enter fullscreen mode Exit fullscreen mode

Launch:

bash start.sh
Enter fullscreen mode Exit fullscreen mode

If you have any suggestions, you can message me in telegram or tech support bot

Screenshots:

Account window
App
Project list
Tasks list
Project
Issues
Setting window

Top comments (0)