Talentrator / IntelliStore-Angular

Some boilerplate for a storefront - written in Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTELLISTORE

Welcome to IntelliStore! This store will prepare you for the summer with fun and fresh items for you to use on the beach!

The test

Getting started

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

Your Tasks

  1. Display all store elements:
    the elements are defined as items in app.component.ts
    make sure that adding elements in the array also displays them on the website without needing additional code
  2. Pick a better set of Colors for the page
    and integrate them with Bootstrap
  3. 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

Found a problem?

Contact maximilian.wittmer@gigarator.com to get in touch with me! :)

IntelliStorAngular

This project was generated with Angular CLI version 12.0.3.

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Some boilerplate for a storefront - written in Angular

License:MIT License


Languages

Language:TypeScript 83.7%Language:JavaScript 7.8%Language:CSS 5.5%Language:HTML 3.0%