ETHGlobal Link:
https://ethglobal.com/showcase/isfomo-8ty8m
Some pics:
UI/UX
cover
user_flow
pitch_deck
prize
Start with a template for Next.js app router + Mantine. If you want to use pages router instead, see next-pages-template.
This template comes with the following features:
- PostCSS with mantine-postcss-preset
- TypeScript
- Storybook
- Jest setup with React Testing Library
- ESLint setup with eslint-config-mantine
dev
ā start dev serverbuild
ā bundle application for productionanalyze
ā analyzes application bundle with @next/bundle-analyzerinstall
ā install dependent
typecheck
ā checks TypeScript typeslint
ā runs ESLintprettier:check
ā checks files with Prettierjest
ā runs jest testsjest:watch
ā starts jest watchtest
ā runsjest
,prettier:check
,lint
andtypecheck
scripts
storybook
ā starts storybook dev serverstorybook:build
ā build production storybook bundle tostorybook-static
prettier:write
ā formats all files with Prettier