Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.47 KB

specs.md

File metadata and controls

65 lines (43 loc) · 1.47 KB

Specifications

Build a social-media profile page that has the following:

  1. A news feed that shows you what your friends have been doing recently, using the API:
  1. A friend list:
  1. A way to update your status:

Using the follow body example:

{
  "text": "Corpo do texto sendo criado",
  "user": "666"
}
  1. Please check your solution into Github with a README.md file detailing instructions on how to get the app up and running.

Evaluation

We recommend that you spend not more than 4 hours on the challenge

Evaluation criteria:

  1. Understanding of core Javascript concepts and design patterns
  2. The tools of choice to solve the problem
  3. Code and component reuse/extensibility
  4. Code design
  5. Ability to write clear documentation
  6. Error handling
  7. BONUS: unit testing or automated tests
  8. BONUS: build or deploy scripts

Submission:

  1. A link to the Github repository.
  2. Briefly describe how you decided on the tools that you used and your design decisions.