An open API service indexing awesome lists of open source software.

https://github.com/bordoni/concepts


https://github.com/bordoni/concepts

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bordoni Concepts

A collection of UI concepts and prototypes using WordPress Components.

## Projects

### Button Group IAC
A demonstration of using WordPress ToggleGroupControl for attendee registration fields.

[View Demo](https://bordoni.github.io/concepts/button-group-iac/)

### More Concepts Coming Soon
Additional concepts will be added to this repository and automatically deployed to GitHub Pages.

## Development

Each concept is a standalone React application using WordPress Components.

### Setup

1. Clone the repository
2. Navigate to a concept directory
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```

### Building

To build a concept for production:

```bash
npm run build
```

## License

This project is licensed under the GPL v2 or later.