Skip to content
/ timer Public
forked from helloflask/timer

A simple countdown timer made with Flask and JavaScript.

License

Notifications You must be signed in to change notification settings

bnwa13/timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timer

A simple countdown timer made with Flask and JavaScript.

DEMO

http://timertimer.herokuapp.com/

demo

Versions

Flask==1.0.2 Jinja2==2.10 Werkzeug==0.14.1

Installation

Change to app directory, use virtualenv create and activate virtual enviroment.
Then use pip to install requirements:

$ pip install -r requirements.txt

Run:

$ flask run

Go to http://127.0.0.1:5000/

More details

关于这个项目的详细介绍:Flask实践:计时器
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏

About

A simple countdown timer made with Flask and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.9%
  • HTML 33.8%
  • Python 16.6%
  • JavaScript 10.7%