Skip to content

joehannes-jobs/interfacewerk

 
 

Repository files navigation

Interfacewerk News Explorer Test

Hello! Welcome to our Angular development test. This test has been created in order to assess your level. In the next few hours, you will be developing a small Angular application.

Important: Please read this readme until the end!

Setup

  • If you use Docker: docker-compose up
  • If you don't: npm install && npm start

This should install all the needed packages and start a local server.

Git: init and how to use it

If you got this project via a zip file, please do a git init. Commit regularily, so that we can see how you use git and what your development workflow was. When you send us back your results, make sure to inlcude the .git folder!

Dependencies, APIs and helpers

Test

We want to build a news explorer that gets news from News API.

  • The user must be able to filter news by:
    • a global search
    • a list of sources
  • As soon as the user changes the filters, the news must be updated.
  • She also must be able to save filters (so called feeds: NewsFeed) and watch the news associated with them later.
  • She can see the saved filters in the navigation bar.
  • The app must look like docs/sketch.jpg

We recommend that you focus on the functionality first. If you have time left, you can of course style the app.

About

Angular-Demo for interview with Kevin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.4%
  • JavaScript 14.4%
  • HTML 5.8%
  • CSS 0.4%