An open API service indexing awesome lists of open source software.

https://github.com/arpith/application-flow

App that keeps track of a user's progress
https://github.com/arpith/application-flow

Last synced: 23 days ago
JSON representation

App that keeps track of a user's progress

Awesome Lists containing this project

README

          

# Application Flow
This is a 5 step application. The system manages both the application progression flow and the user's current place within the application - they can come back and be dropped in where they left off.

A user cannot skip any steps, but she is allowed to go back to a previous step without losing her place within the application. When a user goes back to the previous step and submits that page, she will be redirected back to the furthest page within the application that she has seen.

## Install
1. `$ git clone https://github.com/arpith/five-step && cd five-step`
2. `$ npm install && npm start`

### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)