14 lines
587 B
Markdown
14 lines
587 B
Markdown
# BCDigital Code Challenge
|
|
|
|
My submission to the code challenge from [BCDigial](https://www.bc-digital.ca/)
|
|
|
|
Landing page for hypthetical client **Great Music LLM**'s event and employee management software
|
|
|
|
## Notable Technologies
|
|
|
|
- [`vite`](https://vite.dev/) build tooling
|
|
- [`tailwindcss`](https://tailwindcss.com/) styling
|
|
- [`prettier`](https://prettier.io/) code formatting
|
|
- [`eslint`](https://eslint.org/) code linting
|
|
- [`husky`](https://typicode.github.io/husky/) and [`lint-staged`](https://github.com/lint-staged/lint-staged) pre-commit hooks for testing/formatting/linting
|