-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md.bak
More file actions
35 lines (25 loc) · 1.89 KB
/
Copy pathREADME.md.bak
File metadata and controls
35 lines (25 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Levvel Technical Interview
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.7.
## Project Setup
- Fork the repository and clone the repository to your local machine. Documentation on how to do this https://docs.github.com/en/get-started/quickstart/fork-a-repo
- open the project locally
- Create a branch using the naming convention **yourFirstName_yourLastName**. This is where you work should be saved.
- To run the project run the following command in the project directory: `ng serve`
- Open http://localhost:4200 to view it in the browser.
## Task
Create a blog website that dynamically renders a list of sample blogs from different authors. The site should include, but is not limited to:
- A home page displaying a selection of blogs from each author. It doesn't matter how you choose which blogs to render from each author.
- An author page that displays all the blogs for a specific author.
The webpage may be designed any way that you would like. Feel free to modify existing files or create new files. You can add some new dependencies if you choose.
Please spend no more than 4 hours on this task
## Data
You should use this [JSON Placeholder API](https://jsonplaceholder.typicode.com/) to load the data for your webpage.
## Resources
You may use any internet sources to aid your implementation. [Angular](https://angular.io/docs) has great documentation if you get stuck/need help.
## Submitting Your Work (IMPORTANT!)
When you are finished, create a Pull Request in Github for the forked repository. This Pull Request should compare your created branch to the **main** branch. Email the link to your Pull Request to nicole.niemczycki@endava.com at least 24 hours before your technical interview
## Example Interfaces
List view

Detail view
