Skip to content

A simple implementation of an Angular + Webapi application for technical interview purposes.

Notifications You must be signed in to change notification settings

OlegKrymskyi/zeux.techtest

 
 

Repository files navigation

Zeux Tech Test

Important

Please download or fork this repository and submit your test separately. Do not generate pull requests or attempt to commit directly to this repo.

Features

This is a sample solution that implements the following features

Mobile first single Page Application with

  • A navigation bar
  • "All", "Savings", "P2P", "Funds" tabs
  • Different lists of investment products are loaded in each tab.

alt text

The data to populate the list of investment products is retrieved from a RESTful api. This api is secured so that only authenticated users can retrieve it.

Application

  • Startup project: Zeux.Test.Server

  • Client: Angular 7.1.0

  • Server: .NET Core 2.1 API

  • Unit tests: Xunit

  • Responsive design

  • Authorization: JWT (JSON Web Tokens)

To run the application simple build and run Zeux.Test.sln in Visual Studio.

About

A simple implementation of an Angular + Webapi application for technical interview purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.7%
  • TypeScript 35.3%
  • HTML 6.2%
  • JavaScript 4.1%
  • CSS 3.7%