ShyliNote is a blazing fast, fully authenticated markdown-based notes application built with Next.js 15 App Router, Firebase Authentication, and Firestore. It allows users to securely register, log in, and manage their personal notes in real-time.
- 🔐 Firebase Authentication (Email/Password)
- 🗂️ Real-time Firestore Database
- 📝 Markdown Editor & Viewer Toggle
- 🌙 Dark Mode Ready (optional)
- ⚡ Fast builds with Turbopack
- 📱 Fully responsive design
- 🔧 Deployed on Vercel
- Next.js 15+ (App Router)
- Firebase (Auth + Firestore)
- React
- Tailwind CSS
- Vercel for deployment
(Insert screenshots of the login page, dashboard, notes page, etc.)
# Clone the repository
git clone https://github.com/Cintu07/shylinote.git
cd shylinote
# Install dependencies
npm install
# Start dev server
npm run dev
# App runs at http://localhost:3000