Skip to content

A dummy task manager implemented fully in ES6 and vanillaJS

Notifications You must be signed in to change notification settings

indrajeet0510/task-manager-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy TaskManager Application

(Implemented in ES6)

A simple dummy local task manager implemented in ES6 using vanilla JS (without using any framework)

_ It is developed to simply demonstrate the Modular approach for writing pure JS components. _

To run the project

Clone the repository

Run the following commands:

npm install
npm start