Skip to content

thedaviddias/ux-patterns-for-developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

307 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Image

License: MIT Contributions Welcome


UX Patterns for Developers

Comprehensive documentation for UX patterns with best practices, accessibility guidelines, and implementation details.

🚀 Getting Started

Prerequisites

  • Node.js 18+
  • pnpm 8+

Installation

# Clone the repository
git clone https://github.com/thedaviddias/ux-patterns-for-developers.git

# Install dependencies
pnpm install

# Run all projects in development mode
pnpm dev

This will start:

Running the Web Project

pnpm dev:web

📦 Project Structure

This is a monorepo managed with Turbo and pnpm workspaces:

ux-patterns-for-developers/
├── apps/
│   └── web/        # Documentation site
├── packages/
│   ├── ui/         # Shared UI components
│   ├── constants/  # Shared constants
│   ├── tracking/   # Analytics utilities
│   └── ...         # Other shared packages

🛠️ Development

# Build all projects
pnpm build

# Run tests
pnpm test

# Lint and format
pnpm lint
pnpm format

✨ Contributing

We welcome contributions! Please read our Contributing Guide before submitting a pull request.

📄 Dual License

This project is available under a dual license:

1. MIT License (Non-Commercial)

  • ✅ Free for personal use and non-commercial projects
  • ✅ Attribution required
  • ✅ Modifications and distributions allowed
  • ❌ Commercial use not permitted
  • View MIT License Details

2. Commercial License

  • 💼 Required for commercial use
  • 🏢 Suitable for businesses and commercial projects
  • 🔒 Includes additional rights and support
  • View Commercial License Details

If you find this project useful, please consider giving it a ⭐️

About

🧩 Developer ecosystem for UX patterns: comprehensive docs, ready-to-use components, and real-world examples

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors