https://github.com/scriptraccoon/calendar-firebase
This is a calendar app built with JavaScript, CSS, HTML and Firebase.
https://github.com/scriptraccoon/calendar-firebase
Last synced: over 1 year ago
JSON representation
This is a calendar app built with JavaScript, CSS, HTML and Firebase.
- Host: GitHub
- URL: https://github.com/scriptraccoon/calendar-firebase
- Owner: ScriptRaccoon
- License: mit
- Created: 2024-01-17T21:40:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T00:02:32.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:51.463Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://wherethetimegoes.netlify.app
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendar App with Firebase
This is a calendar app built just using JavaScript, CSS and HTML. Firebase is used for authentication and storage of events.
https://wherethetimegoes.netlify.app/
Responsive design and a single day display mode make it possible to use this app also on a phone.
Notice that this an improvement of my [previous calendar app](https://github.com/ScriptRaccoon/calendar) in which the events could only be stored in localStorage, hence there was no auth, and the design was not responsive.
## Local development
Install the dependencies with `npm install`. During development, run `npm run dev` to compile all the JS and CSS files via gulp. For production, use `npm run build`. Then open `public/index.html`.