https://github.com/srph/react-timesheet
[WIP] An opinionated timesheet component for React
https://github.com/srph/react-timesheet
day-calendar react timesheet
Last synced: about 1 month ago
JSON representation
[WIP] An opinionated timesheet component for React
- Host: GitHub
- URL: https://github.com/srph/react-timesheet
- Owner: srph
- Created: 2017-01-11T09:51:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T10:24:59.000Z (about 9 years ago)
- Last Synced: 2025-03-21T22:42:30.544Z (over 1 year ago)
- Topics: day-calendar, react, timesheet
- Language: JavaScript
- Homepage: https://athlete-lung-40167.netlify.com/
- Size: 680 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## React Timesheet
[WIP] Timesheets for you, and you, and for everybody!
## Note
No plans to make this flexible. Rather, you can *fork* or get ideas from this project!
## Features
Currently ad-hoc for a private school application I'm working on.
- [x] New schedule
- [x] Edit schedule
- [x] Drag-n-drop schedule
- [x] Schedule validation
- [x] Typehead
- [x] Schedule status (on-going, done)
- [x] Scale
## Installing
```bash
npm i --save @srph/react-timesheet
```
## Usage
```js
```
See [example](examples).