/ToDoList

A simple todo app to practice javascript

Primary LanguageSCSS

ToDoList

GitHub repo size GitHub code size in bytes

A simple todo app to practice javascript


Demo

mudaston.github.io/ToDoList


Screenshots

System Requirements


Run Locally

Clone the project

  git clone https://github.com/mudaston/ToDoList.git

Go to the project directory

  cd ToDoList

Install dependencies

  npm install

Start the server

  gulp

Open in a browser

  http://localhost:3000