shlogg · Early preview
Sudhanshu Ambastha @sudhanshu-ambastha

Building Todo List App With MERN Stack Technologies

Building Todo List app with MERN stack: MongoDB, Express, React, Node.js & SCSS. Manage todos efficiently with GET/PUT/DELETE/POST API endpoints. Explore code on GitHub.

Building a Todo List Application with MERN Stack

If you're looking to dive into building a powerful Todo List application using the MERN stack, you've come to the right place! This project leverages MongoDB, Express, React, and Node.js to provide a robust solution for managing your todos efficiently. With SCSS for styling, the application not only functions seamlessly but also looks visually appealing.

  
  
  Prerequisites

Make sure you have the following installed on your system:

Node.js
npm (Node Package Manager)
MongoDB (You can use MongoDB Compass or MongoDB Atlas)

  
  
  How to Use...