Mockups can be found at Figma mock-up.
To set up this project all you need to do is call npm install
.
This instruction will install all dependencies.
After calling this, all you need to do is run npm start
.
Testing the project is easy, just run npm run test
.
A coverage report will be printed in your terminal.
Our development documentation can be generated by running npm run docs
in this folder.
Running this will generate a docs
folder containing the development documentation.
You can view this documentation by calling npx serve
.
We use the Next.js framework in combination with Typescript to implement our frontend.
We use ESLint as our linter, Jest as a test framework and Prettier to prettify our code.