diff --git a/configs/config.json b/configs/config.json index f33008b..5849575 100644 --- a/configs/config.json +++ b/configs/config.json @@ -279,6 +279,25 @@ "env": { "pagetitle": "Gallery | Kivy: Cross-platform Python Framework for GUI apps Development", "projects": [ + { + "title": "Mathpath: Math Solver", + "image": "./static/images/projects_gallery/mathpath_solver-thumb.jpg", + "description": "MathPath: Math Solver developing for students. It is a pure and advanced mathematical solver and console. It have simple interface and do not need to any internet connection for solve any problem. (Except step-by-step solutions) Also Mathpath developed by Kivy, KivyMD and it is full open-source on Github.", + "links": [ + { + "name": "Website", + "url": "https://mathpathconsole.github.io/" + }, + { + "name": "Youtube Video", + "url": "https://www.youtube.com/@mathpathsolver/shorts" + }, + { + "name": "Google Play", + "url": "https://play.google.com/store/apps/details?id=org.mathconsole_lite.mathconsole_lite&gl=TR" + } + ] + }, { "title": "Cydrea Music", "image": "./static/images/projects_gallery/cydrea_music-thumb.jpg",