diff --git a/README.md b/README.md index 39dbc97..a63fc86 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ The goal of this assignment is to showcase your skills and coding style while building an enterprise grade Angular application. We expect this assignment to take no more than 2 hours with the first priority of getting a working application that meets the requirements set forth below. Once you have it working you can add some extra flare with unit testing, e2e testing with playwright, updated styles to make it snazzy, or whatever else you feel like. -> [!TIP] State Management -> We have included all of the `@ngrx` packages but you're welcome to use any state management library you see fit or just stateful services. +> [!TIP] +> **State Management** - We have included all of the `@ngrx` packages but you're welcome to use any state management library you see fit or just stateful services. -> [!TIP] Component Library -> We have included [@angular/material](https://material.angular.io/components/categories) but you're welcome to use any component library that suites your needs. Ex: [PrimeNG](https://primeng.org/installation) +> [!TIP] +> **Component Library** - We have included [@angular/material](https://material.angular.io/components/categories) but you're welcome to use any component library that suites your needs. Ex: [PrimeNG](https://primeng.org/installation) ## Getting Started -> [!CAUTION] DO NOT FORK THIS REPO -> Instead click the [Download Zip](https://github.com/crexi-dev/angular/archive/refs/heads/main.zip). +> [!CAUTION] +> **DO NOT FORK THIS REPO** - Instead click the [Download Zip](https://github.com/crexi-dev/angular/archive/refs/heads/main.zip). * Install packages with `npm i` * Serve the application using `npx nx run angular-task:serve`