Skip to content

๐Ÿ—๐Ÿ”ฅ Geprek NIM Finder's public repository (est. 2019)

Notifications You must be signed in to change notification settings

mkamadeus/geprek-nim-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

57 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—๐Ÿ”ฅ 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