Very simple front-end project made in Angular 1.6.6.
(heroku free plan wake-up delay may be experineced with first request): https://refactored-happiness.herokuapp.com/
Project is supposed to be an initial phase of stuff manager app. For now there are 4 views.
- People list view - list of all people with roles assigned.
- People details view - list of people with basic skill info and assignment to team with indication of role kind in each of them
- Projects list view - list of whole projects in company with splash screen and one sentance description
- Project details view - detail view of single project with all teams involved in work on the project
Default Employees List View | Detail single employee card | Projects List View | Detail single project card |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- To show unit tests
- To show external api utilization
- To show app structure and separation of logic among modules, controllers, filters and services
- Highly covered with unit tests
- Continous integration with use of TravisCI
- Coverage measured thanks to both Coveralls and TravisCI
- Continous deployment with use of heroku deployment pipeline on TravisCI
- Wannabe Responsive layout thanks to angular-material usage
Mobile | Desktop |
---|---|
![]() |
![]() |
One column | Two columns |