simple week view calendar
-
clone the repo:
git clone https://github.com/ivanauchynnikau/calendar.git
-
move to calendar folder
cd calendar
-
install dependencies
npm i
-
run app
npm run dev
app will be on http://localhost:8080/
Enjoy!
(calendar could show events with duration less than one day)