All Projects → bjaanes → Extremeresults Webapp

bjaanes / Extremeresults Webapp

Licence: mit
A web app for Extreme Results (XR). Built with AngularJS and related technologies.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Extremeresults Webapp

Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (+305.88%)
Mutual labels:  angularjs, webapp
Checksheet Manager
Checksheet Manager for college checksheets. Created with AngularJS and Node/Express/MongoDB.
Stars: ✭ 31 (+82.35%)
Mutual labels:  angularjs, webapp
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (+41.18%)
Mutual labels:  angularjs, webapp
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (+529.41%)
Mutual labels:  angularjs, webapp
Threema Web
The Threema Web application.
Stars: ✭ 745 (+4282.35%)
Mutual labels:  angularjs
Microservices Event Sourcing
Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践
Stars: ✭ 657 (+3764.71%)
Mutual labels:  angularjs
Zhihudaily Vue
知乎日报web版---vue
Stars: ✭ 654 (+3747.06%)
Mutual labels:  webapp
Framework
A lightweight low ceremony API for web services.
Stars: ✭ 644 (+3688.24%)
Mutual labels:  webapp
Angular Prest
pREST component for Angular
Stars: ✭ 16 (-5.88%)
Mutual labels:  angularjs
Beautifulweather
A simple weather forecast app developed with AngularJS.
Stars: ✭ 5 (-70.59%)
Mutual labels:  angularjs
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (+4158.82%)
Mutual labels:  webapp
Angular Chosen
AngularJS Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a AngularJS way
Stars: ✭ 695 (+3988.24%)
Mutual labels:  angularjs
Zmninja
High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder
Stars: ✭ 762 (+4382.35%)
Mutual labels:  angularjs
Angular Storage
A storage library for AngularJS done right
Stars: ✭ 656 (+3758.82%)
Mutual labels:  angularjs
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-64.71%)
Mutual labels:  angularjs
Ionic Datepicker
'ionic-datepicker' bower component for ionic framework applications
Stars: ✭ 652 (+3735.29%)
Mutual labels:  angularjs
Piral
Framework for next generation web apps using microfrontends. 🚀
Stars: ✭ 711 (+4082.35%)
Mutual labels:  webapp
Angular Bootstrap Calendar
A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
Stars: ✭ 803 (+4623.53%)
Mutual labels:  angularjs
Angular Validation
[INACTIVE] Client Side Validation for AngularJS 1. (You should use version > 2 💥)
Stars: ✭ 714 (+4100%)
Mutual labels:  angularjs
Briefing
Secure direct video group chat
Stars: ✭ 710 (+4076.47%)
Mutual labels:  webapp

ExtremeResults Web App

Travis Build Status codecov.io

Dependencies

A web app for Extreme Results.

Read all about the app and what it tries to solve here: http://www.gjermundbjaanes.com/xr/

If you want to give it a try, it is available here: https://xr.gjermundbjaanes.com

Extreme Results is trying to implement the systems proposed in the book 'Getting Results the Agile Way'. Read more about Agile Results here: http://gettingresults.com/wiki/Explained_-_Agile_Results_in_a_Nutshell

Usually, you would implement Agile Results with pen and paper, or something simple like Evernote. I don't think that's good enough. I want to link everything togetether, making it easy so see the bigger picture.

Screenshots

Overview

Overview

Outcomes

Outcomes

Reflections

Reflections

Technology

The app is built using Angular and a node server with RESTful API's on the backend.

The code the the server is located here: https://github.com/bjaanes/ExtremeResults-Server

Installation

Requirements:

  • Node.js with npm

Setup

Install dependencies for building:

npm install

Build and run

To build:

npm run build

To build and run the application, you can just use

npm start

Test

To run the unit tests once

npm test

To run the e2e tests with protractor you can do the following:

Build production environment

npm run buildprod

Start the "production" server

npm run serveprod

Run the tests:

npm run e2e
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].