Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nairgh/bookstoresearchapi
React sample application to search books from an api
https://github.com/nairgh/bookstoresearchapi
css3 reactjs server
Last synced: 16 days ago
JSON representation
React sample application to search books from an api
- Host: GitHub
- URL: https://github.com/nairgh/bookstoresearchapi
- Owner: nairgh
- Created: 2021-06-09T03:54:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:26:09.000Z (about 2 months ago)
- Last Synced: 2024-10-29T16:04:42.744Z (about 2 months ago)
- Topics: css3, reactjs, server
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. How long did you spend on the coding assignment?
3 hours
a. What would you add to your solution if you had more time?
more functionalities like custom search bar, pagination, formatting
b. If you didn't spend much time on the coding test, then use this as an opportunity to explain what you would add.
didnt use much skill in this application as this is limited scope
2. What was the most useful feature that was added to the latest version of your chosen language? Please include a snippet of code that shows how you've used it.
i suppose to use map methods but the data structure is kind of vague so i coudnt use it
3. How would you track down a performance issue in production? Have you ever had to do this?
streamline the queries and do workaround before applying
4. How would you improve the API that you just used?
if it is specific items in the dataset it is easy to modify and use
5. Please describe yourself using correctly formatted JSON.
[
{
"id": 1,
"name": "Hari Nair",
"email": "[email protected]",
"aboutMe": "hardworking, motivated, skilled",
"address": {
"street": "steet name",
"suite": "Apt. 556",
"city": "Toronto",
"zipcode": "44444",
"geo": {
"lat": "-37.3159",
"lng": "81.1496"
}
},
]