Skip to content

Conversation

@almaherris
Copy link

Netlify link

Frontend: https://pink-authorization.netlify.app/
Backend: https://bubblegum-auth.onrender.com/

Collaborators

[caracal23, almaherris]

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well named endpoints and straightforward structure! Keep up the good work 🚀

Comment on lines +107 to +111
{loading ? (
<div>
<p className="user-loading"> User being created...</p>
</div>
) : (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gold star for adding a loader indication! Render can be really slow ⌛

Comment on lines +70 to +72
if (name === "" || email === "" || password === "") {
res.status(400).json({ message: "All fields are required" });
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping it DRY, I like it 😏

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants