lawlawson / todo-app

todo/list application built with React.

Home Page:https://lawson-todo-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A todo/list application I have created which uses a number of core React concepts including props, useState, useEffect and local storage so that items remain even if the page is reloaded.

Click here to view

Instructions

Adding

To add an item to the list, click on the text box, enter some text and click the + button.

Completing

To mark and item as completed and put a line through it, simply click on the tick.

Removing

To remove an item, click on the trash can symbol.

Filtering

You can filter by all, completed or uncompleted. Simply select the drop-down arrow and select the option which will display the items based on your selection.

About

todo/list application built with React.

https://lawson-todo-app.netlify.app/


Languages

Language:JavaScript 50.9%Language:HTML 24.8%Language:CSS 24.3%