Skip to content

fabioalcocer/notes-ts-crypto

Repository files navigation

Encrypted Notes with Crypto.js

How to run project

1. Install dependencies

$ npm install

2. Run the application

$ npm run dev

My process

Project Description

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.

Built with

  • React v18
  • TypeScript
  • CSS Modules
  • Crypto.js
  • TipTap Text Editor
  • LocalStorage
  • Vite

Useful resources

Author

Fabio Alcocer Sejas