Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebeyondr/timesheet
Vertis Time Sheet App Test
https://github.com/thebeyondr/timesheet
express materialize-css mongodb nodejs react spa
Last synced: 26 days ago
JSON representation
Vertis Time Sheet App Test
- Host: GitHub
- URL: https://github.com/thebeyondr/timesheet
- Owner: thebeyondr
- Created: 2018-10-24T04:58:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T18:05:18.000Z (about 6 years ago)
- Last Synced: 2025-01-05T16:03:56.578Z (about 1 month ago)
- Topics: express, materialize-css, mongodb, nodejs, react, spa
- Language: JavaScript
- Homepage: https://vertis-taskr.herokuapp.com/
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vertis Time Tracker
## [Demo](https://vertis-taskr.herokuapp.com/)
## Stack
+ **Server Framework & Environment**: Express & Node
+ **Authentication and Authorization**: JSON Web Tokens
+ **Database**: MongoDb (hosted on [mLab](https://mlab.com/))
+ **Frontend Framework**: React## Other Useful Libraries used
+ [Axios](https://www.npmjs.com/package/axios) for making requests to the api
+ [Materialize CSS](https://materializecss.com/) for basic CSS styling
+ [Duration](https://www.npmjs.com/package/duration) for calculating durations
+ [React Moment](https://www.npmjs.com/package/react-moment) for formatting the datetimes for UI