STSaver is a screen-time tracker app where users can log their time looking at a screen whether it be a computer screen, phone screen, tablet screen, or a television screen. Users will be able to see their activity in the past 7 days in an activity bar-chart. There is also a timer where the user will be able to set a time for a work session and a break session and will be alerted by an alarm.
- React.js
- Node.js
- Express.js
- PostgreSQL
- REST API
- CSS
- HTML
- jQuery
- Mocha
- Chai
To demo the app you can click on the 'demo' button at the bottom of the login form.
Or you could make your own user profile if you like. You would just need to supply your first name, last name, a username, and a protected password. We do not share any personal information with anyone else.
If you click on the 'Register' link in the top, right-hand corner of the page, you will be brought to the Registration Page.
If you successfully log in with a correct username and password, you will be brought to the Activity page.
Clicking on 'Add Log' in the top navigation menu will let you add a new log to your Activity page.
Clicking on 'Timer' in the top navigation menu will bring you to the Timer page.
Here you can set a timer for your work session and break session.
GET, POST, DELETE, and PATCH fetch requests are made via RESTful API.
Base API URL is 'https://obscure-oasis-82471.herokuapp.com/api'
- '/logs'
- '/users'
- '/auth'