The Smart-Rechner was developed for a BSc thesis at the University of Zurich in 2022 from Céline Salzmann (@celine-s, [email protected]).
The link to the Webapplication is: smart-rechner.vercel.app or direct www.smart-rechner.ch.
npm ci
npm run dev
A set of tools for a reasonably high code quality is used:
- Prettier for Code Formatting
npm run prettier
- ESLint for Code Guidelines
npm run lint
- TypeScript for Static Type Checking (done by Next)