This is a simple Next.js project ('work in progress'™) to show a tiny sample of my coding ability.
- Feel free to look around 🙂
- Let me know if you'd like to sample it.
- It is currently hosted on on Vercel. You can view it here.
- Links - Enable seamless navigation between pages, with preloading to ensure lightning quick user experiences.
- Images - Automatic optimised images for your device, for the best performance and quality. Also the images use the modern
avifformat in this project. - Fonts - This project uses Google Fonts, and are preloaded onto the server. This ensures faster loading, consistent rendering and avoids CLS
- Layouts - Reusable layouts to maintain a consistent structure across pages.
- Root 404 Not Found Page - Customised 404 error page to match your site's style vibe.
- Download this repository.
- Install the NodeJS packages with
npm i/pnpm ietc. - Start up the development server with
npm dev/pnpm devetc. - Open up the development server which should be http://localhost:3000.