Skip to content

Kamil-Budzik/To-Do-List

Repository files navigation

Link to challenge: https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5

Challenge description: Create a todo app following given designs. Use Front-end libraries like React or Vue. Don’t look at the existing solution. Fulfill user stories below:

User story: I can add a new task
User story: I can complete a task
User story: I can toggle between All, Active and Completed
User story: I can remove one or all tasks under the Completed tab
User story (optional): Store the data in local storage that when I refresh the page I can still see my progress