A simple todo app that shows the todos for a selected time frame. Any todo not in the timeframe or that doesn't have a due date is put into the backlog section. Clicking a todo marks it as done. Built on angular1.x, express, and mongo.
git clone https://github.com/codypearce/daily-todo-angular.git
npm install
bower install
Then start the app
npm start
App will be running on port 3000
Linting:
npm run lint
- Angular1.x
- Node/Express
- Flexboxgrid
- Angular Datepicker
MIT license