MERN stack-based secured web notepad.
This website is a secured WEB notepad currently it is storing the data of notepad in local storage due to some backend issues but in future all the data will be in server side. It uses JWT tokens in backend and HTTPOnly cookies in client side to make user authentication secured.
git clone https://github.com/Hardikag17/iNote.git
cd frontend
npm install
npm run start
cd backend
npm install
nodemon init