A react app Calendar with reminders, developed to work on mobile devices and dekstop.
It's a full calendar, so you can navigate and add remainders in any date, of any year.
additional features: you can navigate between months by scrolling on desktop (if your screen is large enough to have no scrollbar), or swiping left/right on touch capable devices.
It is currently hosted on Heroku https://codelitt-calendar.herokuapp.com and has continuous deployment via github actions
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
For dockerized local development, builds the image and run with Nginx.
Open http://localhost:80 to view it in the browser.