{"id":35172452,"url":"https://github.com/jaynightmare/calendar-system","last_synced_at":"2026-05-22T14:46:48.350Z","repository":{"id":306617178,"uuid":"1026763401","full_name":"JayNightmare/calendar-system","owner":"JayNightmare","description":"simple calandar system to allow users to set reminders, plans, or other events","archived":false,"fork":false,"pushed_at":"2025-07-26T16:40:53.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T09:52:14.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jaynightmare.github.io/calendar-system/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayNightmare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.YML","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"JayNightmare"}},"created_at":"2025-07-26T15:05:41.000Z","updated_at":"2025-07-26T16:40:58.000Z","dependencies_parsed_at":"2025-07-26T20:46:19.880Z","dependency_job_id":"38edc559-64a3-4d6a-9a0f-ce14a4d18aa4","html_url":"https://github.com/JayNightmare/calendar-system","commit_stats":null,"previous_names":["jaynightmare/calendar-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayNightmare/calendar-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2Fcalendar-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2Fcalendar-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2Fcalendar-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2Fcalendar-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayNightmare","download_url":"https://codeload.github.com/JayNightmare/calendar-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2Fcalendar-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28104109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-28T21:04:36.472Z","updated_at":"2025-12-28T21:05:04.689Z","avatar_url":"https://github.com/JayNightmare.png","language":"JavaScript","funding_links":["https://github.com/sponsors/JayNightmare"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# Calendar App\n\nThis project is a simple yet feature-rich calendar application built with **React** and **react-big-calendar**. It allows you to create, view and manage events such as reminders, plans or other activities, all from a single interface.\n\n\u003c/div\u003e\n\n\n\n\n## Features\n\n* **Month/Week/Day/Agenda views** – switch between different calendar views using a drop-down selector. A subtle zoom animation plays when you change views.\n* **Add events** – click and drag on the calendar to select a time range or use the “Add Event” button to open a form where you can enter event details.\n* **Colour coded event types** – events are categorised as _Reminder_, _Plan_ or _Other_, each with its own colour for quick identification.\n* **Search** – a search box at the top filters events by title in real time.\n* **Filters** – toggle individual event types on or off to control which events are displayed.\n* **Persistent storage** – events are saved to `localStorage`, so they remain on the calendar even after a page reload.\n* **Deployable to GitHub Pages** – the project includes a `homepage` field and deployment script using the `gh-pages` package. Replace the `homepage` URL with your own repository URL before deploying.\n\n## Getting started\n\n1. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n2. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n   The app will be served at `http://localhost:3000/` by default.\n\n3. Build for production:\n\n   ```bash\n   npm run build\n   ```\n\n4. Deploy to GitHub Pages:\n\n   * Update the `homepage` field in `package.json` to match your GitHub Pages URL (e.g. `https://\u003cusername\u003e.github.io/\u003crepository\u003e`).\n   * Run the deploy script:\n\n     ```bash\n     npm run deploy\n     ```\n\nThis will build the project and push the contents of the `build` directory to the `gh-pages` branch of your repository.\n\n## Customising event types\n\nEvent categories and their associated colours are defined in `src/App.js` within the `eventTypes` object. Feel free to modify or add new categories as needed. Each type requires a unique key, a display label and a colour value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fcalendar-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaynightmare%2Fcalendar-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fcalendar-system/lists"}