Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/te6-in/work-hours
Get a summary of your calendar with an .ics file.
https://github.com/te6-in/work-hours
calendar ical icalendar icaljs ics react rfc-5545 rfc5545
Last synced: 19 days ago
JSON representation
Get a summary of your calendar with an .ics file.
- Host: GitHub
- URL: https://github.com/te6-in/work-hours
- Owner: te6-in
- License: mpl-2.0
- Created: 2023-02-07T09:13:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:04:42.000Z (4 months ago)
- Last Synced: 2024-10-23T11:54:20.273Z (23 days ago)
- Topics: calendar, ical, icalendar, icaljs, ics, react, rfc-5545, rfc5545
- Language: TypeScript
- Homepage: https://work-hours.te6.in
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# work-hours (일한시간)
- **Get a summary of your calendar with an .ics file.**
- Built with React, TypeScript, and Tailwind CSS.
## Try it out
[![Netlify Status](https://api.netlify.com/api/v1/badges/431368e9-32d5-4485-a526-a86b3040b706/deploy-status)](https://app.netlify.com/sites/tubular-seahorse-342cfe/deploys)
✨ This website is live on [work-hours.te6.in](https://work-hours.te6.in)
## Getting Started
```shell
git clone https://gitlab.com/te6.in/work-hours.git
cd work-hours
npm install
```## Acknowledgements
- [ical.js](https://github.com/kewisch/ical.js)
- [ical.js.d.ts](https://github.com/etesync/ios/blob/master/src/types/ical.js.d.ts)
- [ical-expander](https://github.com/mifi/ical-expander)
- [react-dropzone](https://github.com/react-dropzone/react-dropzone)
- [react-tailwindcss-datepicker](https://github.com/onesine/react-tailwindcss-datepicker)
- [Lucide](https://lucide.dev/)