Data
- Getting information (data) from books.json which is inside "public" folder. Path: /app/public/books.json.
- List the first 20 books in your main page. Including the picture and title.
Design the app
- In the root of this folder, there's a model for you to follow to design the App. Try to make it look as much similar as you can. Use you imagination to add more features, if you have time.
Bonus implementation:
- Add a favorite button to each of the books. When you click to favorite this book, it will be created a favorite list.
Note:
- Please update the questions from the Question section on this file with your answers.
-
Do no spend more than 2-3 hours on a submission.
-
We also take into consideration the Answers to technical questions, code organization, identation and comments. If you have anything to add or want to explain a feature, you can leave a note on the comments section below
-
How long did you spend on the coding?
-
What would you add to your solution if you had more time?
-
Share a code snippet that you are proud of and explain what it does
-
How would you track down a performance issue in production? Have you ever had to do this?
After completing the challenge, commit it to Github.