18 lines
923 B
Markdown
18 lines
923 B
Markdown
# BCDigital Code Challenge
|
|
|
|
See the website at https://bcdigital-challenge.thingsnstuff.xyz/
|
|
|
|
My submission to the code challenge from [BC Digital](https://www.bc-digital.ca/) for the Frontend Developer position
|
|
|
|
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
|
|
- [Magic UI](https://magicui.design/) component library (see [`src/components/ui`](https://git.thingsnstuff.xyz/ethanglide/bcdigital-challenge/src/branch/main/src/components/ui))
|
|
- [`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
|
|
- [Docker](https://www.docker.com/) containerization
|