Notori is a simple note-taking app built with Webpack and modern JavaScript. This app allows users to write, save, and manage notes easily.
- Add and delete notes
- Responsive UI with Web Components
- Animation with sweetalert and animejs
- Built with Webpack for modularity
- Clone the repository:
git clone https://github.com/shfwnz/notori.git cd notori - Install dependencies:
npm install
- Run in development mode:
npm run start-dev
- Build for production:
npm run build