Skip to content

Munded/todo_challenge

 
 

Repository files navigation

Todo Challenge

Code Climate

To Do List

A To-do list, written in AngularJS

Heroku link: https://salty-journey-3797.herokuapp.com/
Here are the core user stories: User Stories

As a forgetful person
I want to store my tasks
So that I don't forget them

As a person who actually gets stuff done
I want to mark my tasks as done
So that I don't do them twice

As a person who doesn't like counting by hand
I want to see a total number of tasks
So that I don't have to count

As someone who has done lots of stuff
I want to be able to clear my completed tasks
So I never see them again

Technology Used

  • AngularJS

Testing done with

  • Protractor
  • Karma

To run:

  • $ rails s

To Test

  • $ rspec

Things To Improve

  • Better Test Coverage
  • Store information in external database such as mongodb

About

The "Hello, world" for MV* frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 76.2%
  • HTML 13.5%
  • CSS 10.3%