DEV Community

Discussion on: Great Beginner Friendly API's To Start Practicing Frontend Development πŸ§‘β€πŸ’»

Collapse
 
nicolasg02 profile image
nicolasg02

Thank you for the recommendations!
May I ask a dumb question? How do I make use of features like registering a user, login, add an item to a cart, login tokens, etc?

I know how to retrieve data from an api I've done it before but that's it, I don't know how to interact with anything else.
Do you have any blog tutorial or video that could help me?

Collapse
 
hyggedev profile image
Chris Hansen

Not a dumb question at all! Giving users the ability to register, login, favorite things, save things etc are a big part of a developers job! I would highly recommend looking up firebase( very beginner friendly!), utilizing google, or another great option would be Magic links! πŸ’―πŸ‘Œ Thank you for dropping by!

Collapse
 
hyggedev profile image
Chris Hansen

Id also like to mention, there have been a few people who have asked somewhat similar questions, so I think I'ma set a goal of making a blog tutorial on firebase! I don't want to promise anything, but be on the look out! Thanks again.

Thread Thread
 
nicolasg02 profile image
nicolasg02

Thank you for your time and recommendations, I'll take a look at firebase!