APIs and Microservices Projects - Exercise Tracker ( Everything works well)

Hi fellow Campers!

Everything works well for me.

This is my project on " Exercise Tracker":
LiveApp: https://fwagni-exercise-tracker.glitch.me
Github: https://github.com/Walf-dev/APIs-and-Microservices-Projects---Exercise-Tracker

I’m waiting for your feedback :wink:

Happy Learning! :slightly_smiling_face:

Hey there,

good work so far, I like it!

My ideas:

  • when I decrease the width of my browser to under 992px, the “Create a new user” jumps “into” the “Add exercise” section
  • when I decrease the width of my browser to under 830px, the “Add Exercise” section gets cut off on the right.
  • when I add a string as duration, I get the error Cast to Number failed for value "pi" at path "duration"; I think a non-dev doesn’t understand how to solve this problem, so a more human-readable error would be useful
  • same goes for the date
  • Git/Github: great work using Git/Github! I don’t know about your workflow, in general it is useful to make many small commits instead of few big ones; this increases the possibilities to undo stuff and to see how you built the app

Keep us posted!

Thanks for your feedback :+1:
I’ll solve the problems you mentionned.
Thanks for the Github tip :grinning: