cyproto / antstack_interview_task_1

Angular app that inputs a csv and displays it in tabular format. Packs up with features like searching, sorting, merging etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AntStack Interview Task 1

Task description can be found here. Dummy dataset can be found here.

Live demo:

AntStack Task 1.

Running the app:

  • Clone the app:
git clone https://github.com/cyproto/antstack_interview_task_1.git
  • Open cloned directory:
cd antstack_interview_task_1
  • Intall required packages:
npm install
  • Run app
ng serve

Note: If you have any issues while installing packages delete package-lock.json and retry.

Screenshots:

About

Angular app that inputs a csv and displays it in tabular format. Packs up with features like searching, sorting, merging etc.


Languages

Language:TypeScript 52.8%Language:HTML 23.5%Language:CSS 16.6%Language:JavaScript 7.2%