Skip to content

pwangy/PROJECT-To-Dos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Todos - Overview

Project done as a part of Technigo bootcamp.

In this week's project, it's time to flex your redux muscles and build an application which pulls together all the parts of redux by building a todo app.

Learning Objectives:

  • How to structure a redux store
  • How to write reducers and actions
  • How to interact with your store using selectors or by dispatching actions

Requirements Completed

🔵 Blue Level

  • 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://pwangy-todo.netlify.app/

About

First try at building a todo app

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 92.9%
  • CSS 4.0%
  • HTML 3.1%