A very simple calendar for daily notes. Uses localStorage for storing data.
https://simpcal.designr.in
- TypeScript 57.2%
- SCSS 29.2%
- Pug 13.6%
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Simple Calendar
using plain old javascript.
This project uses:
pug->htmlscss->cssts->js
The build is stored in ./dist
Bundler: Parcel. See package.json for more details.
This toy project was prompted by this awesome video.