Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.89 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.89 KB

Levvel Technical Interview

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: yarn start
  • Open http://localhost:3000 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 to load the data for your webpage.

Resources

You may use any internet sources to aid your implementation. React 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 [email protected] at least 24 hours before your technical interview

Please make sure your Pull Request is for your forked repo, NOT the original repo

Example Interfaces

Home Page Example Author Page Example

Have fun :)