Skip to content

Commit

Permalink
project: Add trakeat and pdfScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLord committed Jan 13, 2024
1 parent c3dc487 commit 84a01bc
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions archetypes/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
github:
liveLink:
tech:
img:
---
13 changes: 13 additions & 0 deletions content/projects/pdfScanner.md
Original file line number Diff line number Diff line change
@@ -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 🚀🔒
15 changes: 15 additions & 0 deletions content/projects/trakeat.md
Original file line number Diff line number Diff line change
@@ -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 📱💪
10 changes: 9 additions & 1 deletion layouts/partials/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h1 class="text-light text-center display-1 fw-bold">Projects 🧑🏻‍💻</h
{{ range ( where .Site.RegularPages "Type" "projects" ) }}
<div class="col">
<div class="card">
<img src="/assets/img/{{ .Params.img }}" width="200" height="300" class="card-img-top img-fluid" alt="Project photos">
<img src="/assets/img/{{ .Params.img }}" width="200" height="300" class="card-img-top img-fluid"
alt="Project photos">
<div class="card-body">
<h5 class="card-title">{{ .Title }}</h5>
<p class="card-text">{{ .Params.tech }}</p>
Expand All @@ -38,8 +39,15 @@ <h1 class="modal-title fs-5" id="{{ .File.BaseFileName }}Label">{{ .Title }}
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-bs-dismiss="modal">Close</button>
{{ if .Params.github }}
<a href="{{.Params.github}}" type="button" class="btn btn-bd-orange"
target="_blank">Github Repo</a>
{{ else }}
{{ if .Params.liveLink }}
<a href="{{.Params.liveLink}}" type="button" class="btn btn-bd-orange"
target="_blank">Check out</a>
{{ end }}
{{ end }}
</div>
</div>
</div>
Expand Down
Binary file added static/assets/img/pdfScanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/trakeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84a01bc

Please sign in to comment.