Thanks for allowing me to work on this challenge! Here are some notes regarding what I worked on and what I changed:
- I went about using
json-server
to simulate a database. react-query
was utilized for HTTP calls to thejson-server
.- Site is responsive.
- Please run
npm i
oryarn
to apply new dependencies to the project. - When ready, run
npm run dev
oryarn dev
. This should load thejson-server
and the local React environment. - The
json-server
loads first and rather quickly. The React environment runs after and might take a bit of time, but it will get there. -- If this doesn't work, the calls can be run separately asnpm run start
oryarn start
andnpm run json:server
oryarn json:server
. - Enjoy!
- Run
npm run test
oryarn test