Skip to content

kolkri/project-todos

 
 

Repository files navigation

Project Todos

This project was Technigo's boot camp project for week 14. Goal was to build a to do -app, where user is able to add tasks, list tasks and toggle whether a task is done or not.

The problem

Page requirements:

  • Your app should list all todo tasks - completed or uncompleted
  • You should be able to mark an uncompleted task as complete (and change it back to uncomplete)
  • You should be able to add and remove tasks
  • Your app should show a count of either all todos or all uncomplete todos (or both)

View it live

https://kristiinas-todos.netlify.app/

About

Redux project: Build a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.5%
  • HTML 5.4%
  • CSS 2.1%