This is a Next.js project bootstrapped with create-next-app
.
npm run dev
Open http://localhost:3000 with your browser to see the result.
Demo page is built in pages/index.tsx
.
The demo page is deployed via Github Actions to Github Pages. Deployment will be triggered upon commit pushed to main
branch. Access https://zura35.github.io/angelhub-code-test/ to view demo page.
There are three new folders added to the project, namely components
, helpers
and models
.
├── README.md
├── components - UI components that are built for reuse
├── helpers - helper functions (mainly mocking API response here)
├── models - data models
├── next-env.d.ts
├── next.config.js
├── node_modules
├── package-lock.json
├── package.json
├── pages
├── postcss.config.js
├── public
├── styles
├── tailwind.config.js
└── tsconfig.json