Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 468 Bytes

File metadata and controls

14 lines (12 loc) · 468 Bytes

Tech stack

  • @tanstack/react-query for managing and caching data from api

  • i18next for translations

  • ky for data fetching

  • lodash for data manipulation

  • react-toastify for notify popups

  • zod for form validations

  • zustand for state management, immer for updating nested state

  • tailwindcss for styles

  • Store for managing localstorage

  • React-spring for physics based animations

  • vitest, @testing-library/jest-dom, @testing-library/react and jsdom for testing