npm start - run project locally
npm run build - build minified version
- This project is using:
- React 18v + Typescript
- react-query for api requests. As an example client notes are rendered from mock backend
- i18n for translation mechanism. See menu as an example
- scroll animation with framer motion lib and intersection-observer hook
- custom components for Typography, Links, etc.
- css animations and transitions for visual effects
- scroll to top, form validation, etc.
- React 18v + Typescript