Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ## Spotahome Interview Test
  2.  
  3. This is my approach for solving the interview test given by Spotahome.
  4. The idea is to display a list of available rooms provided by their API by using React and following their style guide and wireframe.
  5.  
  6. ### Instructions
  7.  
  8. Simply clone this repository and run:
  9. ```
  10. npm install
  11. npm start
  12. ```
  13.  
  14. ### Considerations
  15.  
  16. I decided to use styled components with a central theme to hold all of the style guide values since I like working like that.
  17. Setting up new projects with this method is time consuming but provides good results in my opinion.
  18. I did not have all of the information like height, width, font size and font family but I just chose those myself.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement