A responsive and interactive landing site for the MokletDev GitHub organization.
Built with Next.js, Tailwind CSS, and Framer Motion, it consumes the GitHub API to display the latest org repositories and a live directory of members.
- 🔄 Live data from GitHub API: latest MokletDev repositories & org members
- ⚡ Next.js app with fast rendering
- 🎨 Tailwind CSS for clean, responsive UI
- 🕺 Framer Motion animations for delightful interactions
src/
app/ # Next.js app router files
components/ # UI and fragment components
containers/ # Page and section containers
hooks/ # Custom React hooks
lib/ # Library functions (API, utils)
providers/ # Context providers
types/ # TypeScript types
utils/ # Utility functions
public/ # Static assets
pnpm install
pnpm dev
pnpm build
Contributions are welcome! Please open issues or submit pull requests for improvements.
MIT