Notification System
This repo started out as a coding challenge. Now it is a reusable library for a notification system.
Usage
[ToDo]
Development
- run
yarn
to install the package's dependencies - run
yarn start
to start webpack-dev-server on port 3000 - run
yarn build
to compile the application - run
yarn test --coverage
to run the tests and view the test coverage - if you add a commit,
yarn fix:script
andyarn fix:style
will automatically lint the code - the linters can also be manually be dry-run with
yarn check:script
andyarn check:style
ToDo
- [X] convert to vanilla JS web components
- [ ] webpack vs
vitevs rollup vs parcel
- [ ] webpack vs
- [X]
implement vanilla JSX/TSX(jest problems) - [ ] implement templates
- [ ] use Proxy API
- [X] add unit tests
- [X] add sonar
- [ ] update README
- [ ] add wrappers
- [ ] angular
- [ ] react
- [ ] vue