diff --git a/archetypes/projects.md b/archetypes/projects.md index a9d8003a..3b2ae010 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -3,6 +3,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: false github: +liveLink: tech: img: --- \ No newline at end of file diff --git a/content/projects/pdfScanner.md b/content/projects/pdfScanner.md new file mode 100644 index 00000000..cc1c4fd6 --- /dev/null +++ b/content/projects/pdfScanner.md @@ -0,0 +1,13 @@ +--- +title: "PdfScanner" +date: 2024-01-13T14:40:18+05:30 +draft: false +github: +liveLink: https://play.google.com/store/apps/details?id=com.createpdf.pdfscanner +tech: Kotlin | XML | hilt | MVVM | OpenCV | CameraX +img: pdfScanner.png +--- +- Made using Kotlin +- Developed a seamless PDF Scanner app for efficient document scanning, editing, and offline organization. +- Utilized OpenCV and CameraX for top-notch accuracy. +- Elevate your mobile scanning experience. #PDFScanner #OpenCV 🚀🔒 \ No newline at end of file diff --git a/content/projects/trakeat.md b/content/projects/trakeat.md new file mode 100644 index 00000000..cdf3c6e2 --- /dev/null +++ b/content/projects/trakeat.md @@ -0,0 +1,15 @@ +--- +title: "Trakeat" +date: 2024-01-13T14:40:10+05:30 +draft: false +github: +liveLink: https://play.google.com/store/apps/details?id=com.health.trakeat +tech: Kotlin | XML | hilt | Retrofit | firebase | MVVM | NodeJs | ExpressJs | MongoDB +img: trakeat.png +--- +- Made using Kotlin +- Built an all-in-one calorie tracking app for easy meal and workout logging. +- Visualize progress with a user-friendly interface. +- Charts with MPAndroidChart. +- Local storage done with RoomDb, online storage with firebase store. +- Powered by Node.js, Express.js, and MongoDB for reliability. #Trakeat #CalorieTracking #HealthTech 📱💪 \ No newline at end of file diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html index c5ec1c7d..0f04c555 100644 --- a/layouts/partials/projects.html +++ b/layouts/partials/projects.html @@ -12,7 +12,8 @@

Projects 🧑🏻‍💻
- Project photos + Project photos
{{ .Title }}

{{ .Params.tech }}

@@ -38,8 +39,15 @@

{{ .Title }}

diff --git a/static/assets/img/pdfScanner.png b/static/assets/img/pdfScanner.png new file mode 100644 index 00000000..112f925e Binary files /dev/null and b/static/assets/img/pdfScanner.png differ diff --git a/static/assets/img/trakeat.png b/static/assets/img/trakeat.png new file mode 100644 index 00000000..3275ebef Binary files /dev/null and b/static/assets/img/trakeat.png differ