This is a minimal yet powerful to-do list.
The application has functionality to add, remove, mark as completed, and reorder todo item.
To get a local copy up and running follow these simple example steps.
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.Next, clone the remote repository and create a local copy on your machine using this command:
git clone https://github.com/afizsavage/todo-list
Now you can see the contents of the remote repository on your machine by moving into the newly cloned directory:
todo-list
ls -la
run npm install
on the command line to download all dependency packages.
run npm run build
to build the static dist
folder.
run npm start
to serve the static folder with webpack-dev-server.
webpack-dev-server will automatically open http://localhost:8080/
in your default browser.
👤 Afiz Savage
Give a ⭐️ if you like this project!