Welcome to IntelliStore! This store will prepare you for the summer with fun and fresh items for you to use on the beach!
In order to start, please clone this repository with
git clone https://github.com/Talentrator/IntelliStore-Angular
On Github, create a private repository. In order to add this to your local git, run
git remote add origin https://github.com/<your_github_username>/<your_private_repository_name>
In order for us to be able to rate your submission, please add "@wittmaxi" and "@calleuz" as contributors. You will be guided through the next steps by the test you are currently participating in on talentrator.com
- Display all store elements:
the elements are defined asitems
inapp.component.ts
make sure that adding elements in the array also displays them on the website without needing additional code - Pick a better set of Colors for the page
and integrate them with Bootstrap - Design the page:
The page is still very rough. You may change everything that is displayed
as long as it does not completely change the identity of the page
Contact maximilian.wittmer@gigarator.com
to get in touch with me! :)
This project was generated with Angular CLI version 12.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.