https://github.com/hackclub/design-system
Hack Club's (old) design system
https://github.com/hackclub/design-system
design-system hackclub
Last synced: 2 months ago
JSON representation
Hack Club's (old) design system
- Host: GitHub
- URL: https://github.com/hackclub/design-system
- Owner: hackclub
- License: mit
- Created: 2017-12-23T16:20:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T20:36:11.000Z (over 1 year ago)
- Last Synced: 2025-02-14T05:10:04.539Z (2 months ago)
- Topics: design-system, hackclub
- Language: JavaScript
- Homepage: https://design.hackclub.com/
- Size: 5.37 MB
- Stars: 157
- Watchers: 11
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hack Club Design System
> Hack Club has transitioned to using `hackclub/theme` as its design system. This project is only being patched when needed.
https://design.hackclub.com/
```sh
yarn add @hackclub/design-system
```This project is heavily inspired by [Priceline.com’s design system][pcln].
## Contributing
Please be sure to read the [Contributing](docs/Contributing.md) doc :)
## [Documentation](docs)
- [Getting Started](docs/GettingStarted.md)
- [Contributing](docs/Contributing.md)
- [Theme](docs/Theme.md)
- [ThemeProvider](docs/ThemeProvider.md)## Goals
The core goals of this project are to:
- Speed up design and development velocity
- Help create consistent, beautiful, and usable UI in our various websites
- Promote best practices for accessibility and responsive web designWe hope to accomplish these goals by:
- Reducing the number of decisions needed when iterating on UI
- Reducing the amount of code duplication in our apps
- Serving as the standard for hackclub.com’s visual language
- Providing easy-to-use and extensible components for anyone to consume[pcln]: https://github.com/pricelinelabs/design-system
[site]: https://design.hackclub.com/[MIT License](LICENSE.md)