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.
- Host: GitHub
- URL: https://github.com/devnyxie/articles-example
- Owner: devnyxie
- Created: 2024-04-28T22:28:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:19:48.000Z (over 1 year ago)
- Last Synced: 2025-08-19T02:56:39.829Z (5 months ago)
- Topics: angular, articles, interview-test
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.