Simple Todo application which displays a list of todos. Todo entries can be marked as completed (or not completed).
cd backend
npm install
npm start
cd frontend
npm install
npm start
...can be found in the sub-directory of either sub-application (frontend | backend).