Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhoyer/timedreport
Timed Report is a simple activity tracking web application.
https://github.com/vhoyer/timedreport
hacktoberfest
Last synced: 5 days ago
JSON representation
Timed Report is a simple activity tracking web application.
- Host: GitHub
- URL: https://github.com/vhoyer/timedreport
- Owner: vhoyer
- Created: 2018-01-22T21:19:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T12:38:14.000Z (over 1 year ago)
- Last Synced: 2024-12-15T18:49:44.718Z (11 days ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://timedreport.netlify.app/
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Timed Report
============Timed Rport is a simple activity tracking web application. Track the stuff you
have to do and in what you spend time on and at the end of the day export it to
excel format so you can paste in your spreadsheets!## Contributing
```bash
git clone [email protected]:vhoyer/timedReport.git
cd timedReport
npm install
# run tests to check that everything is working
npm run test:unit:ci && npm run lint && npm run build && npm run test:e2e:ci
# run app in development mode
npm run dev
```