Skip to content

kishensjain/MERN-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ MERN Notes App

A minimal full-stack Note-Making App built using the MERN stack (MongoDB, Express, React, Node.js) with Tailwind CSS for styling and dark/light mode toggle using React Context.

Video Preview


πŸš€ Features

  • βœ… Create, edit, and delete notes
  • βœ… Light/Dark mode toggle
  • βœ… Responsive UI using Tailwind CSS
  • βœ… Backend API with Express + MongoDB
  • βœ… Toast notifications via react-hot-toast

πŸ› οΈ Tech Stack

Frontend:

  • React
  • React Router
  • Tailwind CSS
  • React Hot Toast
  • Context API (for theme toggle)

Backend:

  • Node.js
  • Express.js
  • MongoDB (via Mongoose)
  • CORS, dotenv

πŸŒ™ Theme Toggle

Implemented using Context API:

  • Uses localStorage to persist user preference

  • Toggles Tailwind's dark class on <html>

  • Smooth transitions using Tailwind utility classes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors