abdo2017 / todoList-oop-javascript

🕯️ todoList app using classes in javascript

Home Page:https://todolist-class.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO LIST javascript simple app

introduction:

this is a simple app using javasctipt, i have used classes in this one, using es2015 syntax and localstorage to store the list, transpiled the code with babel.js in the dist folder, you can see the dist by running npm run build

usage

npm install
npm run watch 

for building:

npm run build

node packages I have used:

  1. @babel/cli, @babel/core
  2. @babel/preset-env
  3. concurrently
  4. http-server

About

🕯️ todoList app using classes in javascript

https://todolist-class.netlify.com/


Languages

Language:JavaScript 61.7%Language:HTML 38.3%