Skip to content

πŸ“ Todo app in plain JavaScript that demonstrates the concepts of model-view-controller architecture.

License

Notifications You must be signed in to change notification settings

SafdarJamal/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Todo App

Todo app in plain JavaScript that demonstrates the concepts of model-view-controller architecture.

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/todo-app.git
cd todo-app

Finally, you need to start a local web server:

Download Web Server for Chrome

OR

Install http-server globally:

npm install http-server -g

This will install http-server globally so that it may be run from the command line.

http-server

OR

Use Python's SimpleHTTPServer:

cd src
python -m SimpleHTTPServer

License

This project is licensed under the terms of the MIT license.