Skip to content

derek-young/ZenBro

 
 

Repository files navigation

ZenBro

A web platform to maintain a healthy work day. Use the Pomodoro technique to take breaks throughout the day, increase productivity, and grow.

Team

  • Product Owner: Derek Young
  • Scrum Master: Tenzin Sonam
  • Development Team Members: David Chang

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

  • Setup your breaks for every 25 or 50 minutes
  • Receive a notification when the timer is up
  • Follow the break prompt provided
  • When the break is complete, the timer will automatically reset and countdown to the next break; you can get back to enjoying your work

Requirements

  • Node 0.10.x
  • Express
  • Mongo DB
  • Mongoose
  • Angular 1.6x

Development

Installing Dependencies

From within the root directory:

  ~ npm install
  ~ npm start

  * Download MongoDB
  * Create db user and update server/db/database.js
  * Start MongoDB ~ mongod
  * Open localhost:8000

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Greenfield Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • HTML 20.6%
  • CSS 5.3%