MERN Note Taking App Development

Somidotun

Somidotun Aina

📝 MERN Note Taking App

A full-stack Note Taking Application built with the MERN stack. Users can create, update, and delete notes, with a responsive UI and secure backend.

🚀 Features

✨ Create, update, and delete notes
🎨 Responsive UI with React + TailwindCSS (DaisyUI)
⚡ REST API with Node.js + Express.js
🛡️ Rate limiting for security
🔐 Environment variables managed with .env
☁️ MongoDB Atlas for cloud-hosted NoSQL storage
📂 Version control with Git/GitHub

🖥️ Tech Stack

Frontend: React, TailwindCSS, DaisyUI
Backend: Node.js, Express.js
Database: MongoDB Atlas
Deployment: Render, etc.

📸 Screenshots

🔗 Live Demo

💻 Installation & Setup

Clone the repo:
git clone https://github.com/Nutodimos/mern-note-app.git
cd mern-note-app
Install dependencies:
npm install
Create a .env file and add your environment variables:
MONGO_URI=your_mongodb_atlas_uri
PORT=5000

Start the server:
npm run dev

📬 Contact

If you’d like to connect, collaborate, or have an opportunity — feel free to reach out!
Like this project

Posted Oct 18, 2025

Developed a full-stack note-taking app using the MERN stack with a responsive UI and secure backend.