DEV Community

Cover image for Creating a scheduling app with React, Nodejs and EmailJS ๐Ÿงจ

Creating a scheduling app with React, Nodejs and EmailJS ๐Ÿงจ

Nevo David on December 14, 2022

What is this article about? In this article, you'll learn how to build a scheduling application that allows you to set your availability...
Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Excellent write-up!

Was a great read ๐Ÿ˜Š

Collapse
 
nevodavid profile image
Nevo David

Thank you so much ๐Ÿคฉ

Collapse
 
pterpmnta profile image
Pedro Pimienta M.

Great app!

Collapse
 
nevodavid profile image
Nevo David

Thank you so much Pedro!
Let me know if you are going to use it!

Collapse
 
empe profile image
Emil Pearce

To the point! As always!

Collapse
 
nevodavid profile image
Nevo David

๐Ÿคฉ

Collapse
 
mezieb profile image
Okoro chimezie bright

Thanks alot,i love it๐Ÿ‘๐Ÿ‘๐Ÿ‘๐Ÿ‘๐Ÿ‘

Collapse
 
nevodavid profile image
Nevo David

Thank you for reading it ๐Ÿฅณ

Collapse
 
ammarrqureshi profile image
Ammar Qureshi

Following

Collapse
 
nevodavid profile image
Nevo David

๐Ÿคฉ

Collapse
 
orimdominic profile image
Orim Dominic Adah

Thank you for this.

Is it just me or the emailjs website is not functional?
Also, this tutorial does not specify/include how Novu can be used to achieve the end of this tutorial

Collapse
 
nevodavid profile image
Nevo David

We will make one pretty soon!

Collapse
 
restdbjones profile image
Jbee - codehooks.io

Cool stuff. Didnโ€™t know about email.js, will check this out.

Collapse
 
nevodavid profile image
Nevo David

Awesome! Try it and let me know!

Collapse
 
basskibo profile image
Bojan Jagetic

Nice post, wanted to make scheduling app these days, this gave me even better idea

Collapse
 
nevodavid profile image
Nevo David

Thank you Bojan!
How are you today?

Collapse
 
xitanggg profile image
Xitang

Great article, thanks for sharing! While I understand that this is a simple tutorial, it might be helpful to note that developers should hash the password with something like bcrypt instead of storing the bare password for any app that would go to production.

Collapse
 
chrisme profile image
Chris

agreed, some short comment should be dropped so that new users never do something like this in production :-)

Collapse
 
chillbaechris profile image
Chrissy • Edited

Building the whole thing from scratch is a LOT of work.
Instead, there are plenty of existing solutions. It depends on where you are based, but the popular ones from where I am from are calendly-alternatives.org/.
Could be a fun app to build though.