Skip to content

Gabirel/TimeCalculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lifecycle Build Status JavaScript Style Guide GitHub

TimeCalculator

This project is used for calculating your time along with your schedule.

Code of Conduct

You can see rules here.

  1. Install standard and htmlhint with npm

npm install standard -g

npm install htmlhint -g

  1. If you encounter warning, please fix them with the following command:

standard --fix

htmlhint --config .htmlhintrc *.{htm,html}

Fix them before you push! Otherwise it won't pass the Travis CI.

  1. Use .editorconfig to define coding styles between multiple developers

Tips

Can't input time? Please change your IME with English.

About

🚀This project is mainly for reversing time in order to save your scheduling work

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • HTML 20.4%