An open API service indexing awesome lists of open source software.

https://github.com/devnyxie/articles-example

[interview assignment] Dead simple Angular app for browsing articles with keyword search.
https://github.com/devnyxie/articles-example

angular articles interview-test

Last synced: 5 months ago
JSON representation

[interview assignment] Dead simple Angular app for browsing articles with keyword search.

Awesome Lists containing this project

README

          

# Install Dependencies

```bash
$ npm i
```

# Start

```bash
$ npm run dev
```

Notes:
The mock server `json-server` does not allow searching by query. Therefore, I am pulling all articles on the homepage. This is considered bad practice and would never be done in production.