Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codypearce/daily-todo-angular

Daily Todo App built in angular
https://github.com/codypearce/daily-todo-angular

angluar1 flexbox-grid todo

Last synced: 4 days ago
JSON representation

Daily Todo App built in angular

Awesome Lists containing this project

README

        

# Daily Todo App
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.

## Getting Started

```
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

## Tests

Linting:
```
npm run lint
```

## Built With

* Angular1.x
* Node/Express
* Flexboxgrid
* Angular Datepicker

## License
MIT license