afizsavage / todo-list

This is a simple todo list application
4 stars 0 forks source link

Todo List

This is a minimal yet powerful to-do list.

screenshot

The application has functionality to add, remove, mark as completed, and reorder todo item.

Built With

Live Demo

Getting Started

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

Setup

  1. Open a terminal, navigate to the directory that you would like to clone the repository into using commands like:

    • cd /pathname to change your working directory.
  2. Next, clone the remote repository and create a local copy on your machine using this command:

    • git clone https://github.com/afizsavage/todo-list
  3. Now you can see the contents of the remote repository on your machine by moving into the newly cloned directory:

    • todo-list
    • ls -la
  4. run npm install on the command line to download all dependency packages.

Run

  1. run npm run build to build the static dist folder.

  2. run npm start to serve the static folder with webpack-dev-server.

  3. webpack-dev-server will automatically open http://localhost:8080/ in your default browser.

Author

👤 Afiz Savage

Show your support

Give a ⭐️ if you like this project!