ReinForce is a task monitor that encourages skill reinforcement.
Note: This application only works with PG_URI value set in .env
file. ReinForce is built to interact with any empty postgreSQL database.
Clone ReinForce to local machine. Afterwards, install necessary packages.
npm install
In the terminal for ReinForce, use npm run dev and navigate to http://localhost:8080 in browser to use application.
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.