Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 905 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 905 Bytes

🍗🔥 Geprek NIM Finder v2

Stack

Bootstrapped with Vite.

Other noteable stacks include : React, TailwindCSS, HeadlessUI, ESLint, Prettier.

Improvements from v1

  • No longer using a backend service, but instead using local storage to cache student data via CDN (jsDelivr).
  • Removed regex usage, as regex tend to be slow
  • Automated CI/CD deployment using GitHub Actions and Firebase Hosting
  • Lighter bundle size using Snowpack
  • Chips (using ?query?) to filter out data
  • More reliable search; using a simple sorting algorithm to sort based on relevancy to the query
  • Added more students to the list
  • Dark mode, because why not!

Contributors