todo-list

A to-do list application created with HTML, CSS and JavaScript that is able to track activities..

Stars
6

Table of Contents

[TO-DO List]

TO-DO list is a simple project that is created using JavaScript and bundled using Webpack.

Built With

Tech Stack

Key Features

  • Add to-do item
  • Remove to-do item
  • Store tasks to local storage

Live Demo

Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup git if you don't have git. Setup node if you don't have node.js.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:simplegoose/todo-list.git
  or
  git clone https://github.com/simplegoose/todo-list.git

Install

Install this project with:

  cd my-project
  npm install

Usage

To run the project, execute the following command:

  npm start

Authors

Simplegoose

Future Features

  • [API Integration]

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project leave me a start on github.

Acknowledgments

I would like to thank Microverse.

License

This project is MIT licensed.

Related Projects