/todo-vanilla

Todo-List App made with JavaScript DOM manipulation and Sass.

Primary LanguageJavaScript

Todolist Vanilla

Todolist app created with JavaScript DOM manipulation techniques and Sass. Design interface inspired by Todoist.

Screenshot

Built with

  • Javascript (ES6)
  • Sass
  • Webpack

Live Demo

Live Link

How To run the Project

  • Open Terminal/Command line
  1. Run git clone https://github.com/mohammadumar28/todo-vanilla.git to clone the project.
  2. Run npm install to install node modules.
  3. Open dist/index.html in a browser.

Run Tests

  • npm test to run all tests.

Authors

Muhammad Umar

Acknowledgements

Contribution

  • Fork this repo.
  • Create your feature branch git checkout -b my-new-feature.
  • Commit your changes git commit -am "Add some feature".
  • Push to the branch git push origin my-new-feature.
  • Create a new Pull Request.