Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

abhi16z/todojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todojs

My First JavaScript application so no point of judging with this one

live at todojs

How to start

  1. checkout branch master
  2. in the directory, open command prompt(go to address bar in file explorer and type cmd and then << press enter >> )
  3. npm install
  4. npm run serves. see the output in cmd for the address where application is served
  5. npm run build

Dependencies

  1. Webpack for building and serving
  2. Babel : transpiler of next generation javascript to current version
  3. Jest : testing framework;

Folder structure

  • index.js is entry point for app.
  • todo.css is entry style point for the app

--- Entry points in source code:

  • ./todo/todo.js : View of app of MVC
  • ./todo/framework.js : controller of app of MVC
  • ./todo/store.js : model of app of MVC
  • ./todo/util.js : hardwork for the app exported in this module.

Build file

./dist/todo.js : compiled file and served into the browser

About

todo app in JavaScript. without any 3rd party library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published