$ npm install
$ npm run dev
This project is a notes application, in which the user has a text editor built with TipTap, with which he can create and store notes. Both the credentials and the user's note information are encrypted and stored in the LocalStorage. Debouncing was used to improve the performance of the app.
- React v18
- TypeScript
- CSS Modules
- Crypto.js
- TipTap Text Editor
- LocalStorage
- Vite
- React Docs: Beta React Docs
- Crypto.js: documentation
- TipTap: documentation
- Live Site URL: Live
- GitHub - @fabioalcocer