Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```