A simple and elegant web application for creating and managing sticky notes, built with Node.js, Express, MongoDB, and EJS.
- โ Create Notes: Add new sticky notes with titles and content
- ๐ View All Notes: Browse all your notes in a beautiful grid layout
- ๐ฑ Responsive Design: Works seamlessly on desktop and mobile devices
- ๐พ MongoDB Integration: All notes are stored in a MongoDB database for persistence
- Node.js (v14 or higher)
- MongoDB (local installation or MongoDB Atlas account)
- npm or yarn package manager
- Clone the repository
git clone https://github.com/your-username/sticky-notes-app.git cd sticky-notes-app - Install dependencies
npm install