This is a website I designed and developed for the Ondo State Ministry of Information and Orientation, focused on improving public access to news, resources, and official government communications.
Built with Next.js and React, the project balances performance, accessibility, and modern design principles to serve a wide range of users effectively.
- Next.js (App Router)
- React
- Tailwind CSS
- Vercel (Deployment)
app– App Router pages and layoutscomponents– Reusable React componentspublic– Static assetslib– Utility functionshooks– Custom React hooks
- Fully responsive layout across all devices
- Server-side rendering for better performance and SEO
- Dynamic routing for news and content pages
- Interactive components for public engagement
- Clean visual structure and accessibility-focused design
Deployed on Vercel
Run locally with:
npm install
npm run dev