Skip to content

A Sveltekit pwa ssg app, using NetworkFirst strategy (use cache if no network)

License

Notifications You must be signed in to change notification settings

Rafi-Riday/phoenix-cheatsheet

Repository files navigation

Site is created to provide a cheat sheet for Phoenix coaching NSU admission students.

Used technologies:
  • SvelteKit
  • Tailwind
  • DaisyUI
  • Katex (Math)
Website contains features like:
  • It is Static Site Generated (SSG) but some parts fetches data from client side.
  • Its PWA, every part of the site can be saved. Information are cached when uaer is connected to network. Offline fetching falls back to cached data.
  • Js framework is SvelteKit which is more like Next JS.
  • Provided information related to NSU admission syllabus.
  • Used Katex library to show mathematical formula & equations.
  • Used optimised images.
  • Routes are based on subjects and topics.