An open API service indexing awesome lists of open source software.

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

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).