Skip to content

Todo list chrome extension to write your todo's. Features include adding, saving, deleting, and completing tasks.

Notifications You must be signed in to change notification settings

dshah1010/listify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listify

A chrome extension where you can write your todo's.

Demo

listify-demo.mov

Inspiration

As a university student, I often have multiple tasks to do in a day. I usually start by writing notes in my notes app for my daily tasks, but sometimes, when switching apps, I forget the tasks entirely. By having this chrome extension, I can simply pop out the extension and write my notes without forgetting a single thing.

Technology

This extension uses HTML and CSS for the building blocks and styling, and JavaScript to incorporate adding, saving, completing, and deleting tasks. Additionally, the processes are saved in the local storage, so refreshing or closing the browser/extension won't change the processes that were made.

Usage

If you would like to download my project, these are the steps:

  1. Go to the directory you want in your command line and write: git clone https://github.com/dshah1010/listify.git
  2. Open Google Chrome.
  3. Click on the extensions icon in the top right.
  4. Click "Manage extensions".
  5. Toggle on "Developer mode" in the top right.
  6. Click "Load unpacked" in the top left and choose the directory of the cloned project.
  7. The extension is now part of your browser and you have the option to pin and use it.
  8. If you want to make any changes to it, simply edit the files, save them, and reload the browser/extension.

What's Next?

In the future, I plan to upgrade the UI, and include features such as being able to edit the task after being saved into the storage, adding date/time stamps to make tasks more specific, and sharing tasks with others (through Instagram, iMessage, Gmail, etc.).

About

Todo list chrome extension to write your todo's. Features include adding, saving, deleting, and completing tasks.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published