pmpinto / todo-list-locallist

Simple todo list stored on localstorage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalList

A simple todo list hosted on local storage.
This is a short project done to test my habilities to use web technologies. It was made to work with the most recent browsers (Chrome and Safari). Some features may not work all that well on non-tested browsers.

Screenshot

Tecnhologies used

  • HTML
  • CSS
  • JavaScript

Frameworks, libraries and other external stuff used

Features

  • Listing tasks
  • Adding tasks
  • Completing tasks
  • Editing tasks
  • Removing tasks
  • Uncompleting tasks (brings them back to the main list)
  • Responsive UI

What you should see

When you first open the project you should see a welcome screen with a "get started" button. Pressing that button will make it disappear.

Then you will be presented with a few tasks. Feel free to follow along to get used to the interface.

You should now be able to click any of those task's text to edit it, or remove it by clicking the "remove" button that appears when you hover over a task.

By clicking on the big input field above you will be able to add new tasks to your list. You can either press the "add to list" button or press ENTER.

Completed tasks will be stored on a seperate list that should appear on the right side or below the tasks, depending on the size of your screen.

That's pretty much it. Enjoy it!


About the author

I'm Pedro Pinto, a Web Developer from Portugal.
Please refer to my personal website if you want to see more stuff.
http://pedropinto.me

About

Simple todo list stored on localstorage.


Languages

Language:CSS 44.6%Language:HTML 42.6%Language:JavaScript 12.8%