Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.27 KB

File metadata and controls

51 lines (41 loc) · 1.27 KB

Logo MokletDev

MokletDev Landing Page

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.

Features

  • 🔄 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

Folder Structure

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

Getting Started

Installation

pnpm install

Development

pnpm dev

Build

pnpm build

Contributing

Contributions are welcome! Please open issues or submit pull requests for improvements.

License

MIT