nhope123 / todo-manager

Online todo list manager.

Home Page:https://nhope123.github.io/todo-manager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo
Todo Manager

Online Todo list manager.

Key FeaturesHow To UseValidationCreditsAuthorsLicense

dark mobile screenshot Desktop screenshot

Key Featuures

  • Create a Todo list containing:
    • Title
    • Creation date
    • List of tasks
    • Custom background color
    • Custom font color
  • Add Todo list to collection
  • Removing existing Todo list
  • Local persistent storage of Todo list collection

How To Use

  1. Run online live version.
  2. Clone and run this application. You'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/nhope123/todo-manager.git

# Go into the repository
$ cd todo-manager

# Install dependencies
$ npm install

# Run the app
$ npm start
  1. View React component documentation
# Run the documentation
$ npm run styleguidist server

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Validation

Credits

This software uses the following open source packages:

Authors

License

Creole Food is an open source software licensed as GNU General Public License v3.0.

About

Online todo list manager.

https://nhope123.github.io/todo-manager/

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.7%Language:SCSS 12.4%Language:HTML 2.0%