To run tests locally, enter the following command in the terminal at the root of the project.
yarnnpm run test.
To run app locally, enter the following command in the terminal at the root of the project.
yarnnpm run dev.
api: Api's information is kept herecomponents: Contains all the basic components used in apphooks: Have custom hooks for the apppages: All the pages are kept herestyles: Containes common and global styles herets: Included typescript interfaces hereutils: A utility to keep the repeating stuff.
useAuditFiltercustom hook- Typescript as the main language
- Next.js
- Styling with SASS
- DRY, YAGNI and KISS followed
- BEM standard for class name convention