Hey guys, here is my Stockechecker project. Tell me what do you think about it.
Works well, no favicon?
Please add the test suite script to run tests on your project.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
Your app looks very nice.
But, it seems like youāve almost completely consumed your own API. In other words, it seems as if youāve basically made an app that couldāve been completely done without any backend work. I say āseemsā because I see that you do have an open API when, for example, I paste /api/stock-prices?stock=goog
onto the end of your project page URL to get a json response, as was required in one of the user stories.
Basically, without any documentation, itās not easy to tell on the surface what youāve done for this project.
Have a look at a post I made regarding the fCC backend projects and see if you can get a better idea of what these projects are for.
Thanks. Iāve tried some similar tests (I donāt know if this is the one Iāve tried) and they donāt work for every project. It seems that they are not fully finished.
Hey, thanks for the feedback. I donāt know if it makes any difference but this project is from āInformation Security and Quality Assurance Projectsā. User Stories for the project suggest that you should build an API/fullstack app (they are not clear on this, theyāve given to us just an example of how the end product should look like) with some endpoints and they gave us some starter project which has some structure and none of the functions already written to make your API works. Basically my app should keep count of likes for every stock and to prevent users to give more than one like. I couldāve directly sent requests for stock info to original API from some website, but then I wouldnāt have possibility to count likes for each stock.
I would like to hear your thoughts on how this should be doneā¦
Every backend project page (in both the APIs and Microservices Projects and the Information Security and Quality Assurance Projects) has the statement "Build a full stack JavaScript app that is functionally similar to this: " followed by a link to a working example. An example complete with documentation.
Anyway, thatās just my feedback. I may be completely wrong.
I agree with you, but in the user stories they require api/stock-prices
endpoint and they also specify how the JSON response should look likeā¦ so Iāve just built an api and around that Iāve added a front-end layer to make things niceā¦ And because Iāve used React in my FE, I need some API to communicate with it anywayā¦ I donāt quite understand what approach youāre proposingā¦ It would be nice if you have some example to show meā¦
I think your project page looks great. I wouldnāt make any changes except to include some documentation.
https://swagger.io/blog/api-documentation/what-is-api-documentation-and-why-it-matters/
Oh that you meant, sorry, I didnāt get it right away. Yeah, I can fully agree with you on that. btw thanks for the linkā¦