https://github.com/reactivematter/tasks-and-events
Personal dashboard for managing tasks and events.
https://github.com/reactivematter/tasks-and-events
Last synced: 11 months ago
JSON representation
Personal dashboard for managing tasks and events.
- Host: GitHub
- URL: https://github.com/reactivematter/tasks-and-events
- Owner: ReactiveMatter
- Created: 2024-03-24T14:31:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:53:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T09:32:23.754Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasks and events
This is a personal dashboard for managing tasks and events. It is a very simple app with tasks, events, and calender in one screen. This app was created to serve as a dashboard for work.
[Live demo](https://reactivematter.github.io/tasks-and-events/)

## Features
1. Single page dashboard with calender
2. Categorize tasks and events with tags.
3. Local first with optional server backend.
## The backend
The api.php is a single file backend which syncs the content in json format to server if the password (i.e. token) in the file matches the password used by the user in the frontend.
If the password does not match, data of the user will be stored only in local storage and will not sync to the server. However, in this scenario too, the app is fully functional.