innovativeGem / tribal-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tribal App

Created an app to output a menu to select a person based on their gender and list down all their pets.

Tech

Installation

Open Terminal/Command prompt on your system.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/innovativeGem/tribal-app.git
$ npm install
$ ng serve

For production environments...

$ ng build

Accomplishment

As per the project brief, i have achieved following

  • Added a menu to list all people based on their gender.
  • When user selects a person, app lists down all their pets based on their type and name.
  • Added 2 child components namely Menu and Pets
  • Loaded Mock JSON data into my application.
  • Created a Service to load JSON data.
  • Make app responsive using SCSS and Bootstrap.
  • Unit tested my application without any errors.
  • I have taken few screenshots of my work and placed it in root assets directory (App Screenshot 1, App Screenshot 2, App Screenshot 3, App Screenshot 4, Karma Unit Tests)

Hick-up

Thank you!

About


Languages

Language:TypeScript 70.8%Language:HTML 12.3%Language:JavaScript 10.2%Language:CSS 6.8%