Skip to content

patrickgus/stsaver-api

Repository files navigation

STSaver Server

Live Page

Front End Repo

Summary

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.

Built with:

  • React.js
  • Node.js
  • Express.js
  • PostgreSQL
  • REST API
  • CSS
  • HTML
  • jQuery
  • Mocha
  • Chai

Screenshots of the user's journey

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.

Landing Page:

STSaver-LandingPage If you click on the 'Register' link in the top, right-hand corner of the page, you will be brought to the Registration Page.

Registration Page:

STSaver-RegistrationPage If you successfully log in with a correct username and password, you will be brought to the Activity page.

Activity Page:

STSaver-ActivityPage Clicking on 'Add Log' in the top navigation menu will let you add a new log to your Activity page.

Add Log Page:

STSaver-AddLogPage Clicking on 'Timer' in the top navigation menu will bring you to the Timer page.

Timer Page:

STSaver-TimerPage Here you can set a timer for your work session and break session.

API Docs

GET, POST, DELETE, and PATCH fetch requests are made via RESTful API.

Base API URL is 'https://obscure-oasis-82471.herokuapp.com/api'

Endpoints:

  • '/logs'
  • '/users'
  • '/auth'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages