Do it app, is an app where anyone can sign up, and start adding works daily / monthly etc.
LIVE: https://doitapp-fe.herokuapp.com/
- Add, delete, edit your work.
- Pick work-end date and time.
- Check your profile data.
- Sorting by priority, end-date, and finished jobs.
- Turn ON repeatable job.
- Repeatable jobs!
- Login and register a new account!
- Pagination!
Do it app project uses:
- AngularJS - HTML enhanced for web apps!
- Bootstrap - a little beautify for app.
- Java - backend main programming language.
- Spring Framework - security and API.
- node.js - evented I/O for the backend.
- REST-API - to easily exchange data.
- JWT - to secure login session.
- Swagger - API testing.
- Lombok - plugs into editor and build tools features that fasten developing.
- H2Database - database for whole service.
Main page with all jobs.
Option panel for single job.
Edit and add form, looks the same.
Profile page.
Login panel
Register panel
Do it app requires Node.js v6+ to run.
To run angular front-end server:
$ cd ../doitapp
$ npm install
$ npm start




