Portfolio

My latest works

Personal Projects


this.website = () => shishirsingh.com

AQI – Air Quality Index

  • Progressive Web App for fetching the location of the user and displaying the air quality index,
  • The App is installable on multiple platforms such as Windows/Android/Mac.
  • The data for air quality is fetched from OpenAQ using Restful API.
  • Tech Used: HTML, CSS and JavaScript
  • URL (data fetch not working due to changes in public apis)

Secret Message Android App

  • Encrypt the message with password using AES and Base64 encoding for similar size.
  • Share messages using SMS, WhatsApp, or other sharing platforms.

Yonder – Distributed Media Encoder

  • A Java GUI application that uses compute power of all PCs in lan to encode/decode media formats quickly
  • The main modules are peer discovery; file transfer mechanism; encoder interfacing and graphics.
  • Implemented with Java, FFMPEG libraries, and Windows Builder Eclipse plug-in.
  • Uses multithreading and networking concepts.