A feature-rich, minimalist note-taking application built with Next.js, TypeScript, and MongoDB. This project uses shadcn/ui for a polished, modern interface and Mongoose for robust data modeling.
Check out the live application here: https://note-taker-roan.vercel.app/
- Modern UI: Crafted with shadcn/ui and Tailwind CSS.
- Persistent Storage: Seamless data handling with MongoDB and Mongoose.
- Responsive Design: Optimized for all screen sizes, from mobile to desktop.
- Type Safety: Built with TypeScript for a reliable development experience.
- Framework: Next.js (App Router)
- Styling & UI: Tailwind CSS & shadcn/ui
- Database: MongoDB
- ODM: Mongoose
- Language: TypeScript
- Deployment: Vercel
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/roni-biswas/note-taker.git cd note-taker