Skip to content

Commit

Permalink
Added Mathpath solver app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpathconsole authored Sep 15, 2024
1 parent 69d3437 commit 5e93dec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions configs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e93dec

Please sign in to comment.