Learn how to make a todo app with Novu, React, and Express, connect to a database using MongoDB, send SMS and email notifications, set up authentication, deploy the app, implement dark/light mode, manage and delete todos, access the quotes page and in-app notifications center, and sign up and sign in to the app.
•20m read time• From dev.to
Table of contents
TL;DRThe why? 🤔Novu - Open-source notification infrastructure for developers:Let's begin with our app, Moonshine:Basic set-up:Connecting to a database:Getting our Novu API key:Coding our back-end:Database Schema:Setting up Novu trigger functions:Configuring a notification channel in Novu:Moving to Front-end:Directory structure for our front-end code:Making API calls to our back-end:Deploying our front-end:Sort: