Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 829 Bytes

techstack.md

File metadata and controls

54 lines (38 loc) · 829 Bytes

Techstack


Syrup Chrome Extension

Coding languages

  • JavaScript for content.js, background.js and config files
  • TypeScript (.ts and .tsx) for the rest

Frameworks and Libraries

  • React
  • i18next, react-i18next (for internationalization)
  • i18next-http-backend (for loading the translations from /public/_locales )
  • @unly/universal-language-detector (for language detection)

Building tools

  • Vite

Styling:

  • TailwindCSS
  • ShadCN

Translation

  • Crowdin

Syrup Website

Coding languages

  • JavaScript and TypeScript

Frameworks and Libraries

  • React
  • Next.JS

Building tools

  • NextJS

Styling

  • TailwindCSS
  • Tailwind Animate - Animations
  • Motion - Animations
  • Iconify - Icons
  • Lucide React - Icons
  • ShadCN - UI components

Backend

Coding languages

  • Go