Skip to content

keerthan-ns/iNotebook

Repository files navigation

iNotebook

Portfolio Output

iNotebook is a web application that allows users to store their notes in the cloud. Each user is authenticated and can access, create, update, and delete their own notes. iNotebook is built using ViteJS (React), ExpressJS, Node.js, and MongoDB for the database. The application is styled using Tailwind CSS and Flowbite. The frontend is deployed on Vercel, while the backend is deployed on Render.

Features

  • User authentication for secure access to notes
  • Create, read, update, and delete (CRUD) operations for notes
  • Cloud storage for saving notes in the database
  • Responsive and user-friendly interface built with ViteJS and Tailwind CSS
  • Backend API built with ExpressJS and Node.js
  • Database integration using MongoDB for data persistence

Techs used