- Next.js App Router w/ Typescript
- Tailwind CSS
- Shadcn UI library
https://veeqo-tech-test.vercel.app/
This Next.js website is a fully responsive copy of the Figma design referenced above.
It makes use of the <Image />
component to render optimised images, and automatically lazy loads unless set otherwise - such as the hero image. Poppins font is brought in and optimised by using next/font
. Video playback, via modal/dialog, by clicking the play icon on the hero image.
/
- Displays the homepage
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
- Componentise parts that are used often
- Animations for the following:
- Hero text
- 1000 people icons and text
- Implement testing, probably E2E
- Fully convert default Shadcn UI colours