A website that shows you the current time as a percentage of a selection of time periods.
If you don't want to work on the project yourself, you can help out a lot just by reporting any bugs you find or enhancements you want to see added!
Head over to GitHub's issue tracker to submit a bug report or let us know about a feature request!
First before working on any changes, please ask to be assigned to an issue that you or someone else has created. Once you're assigned please follow the instructions in "Source Control" and have the tools available, listed in "How to Start Working on This Project" to start making changes.
Start by having the tools available to design a webpage. At a minimum have a text editor, a browser that can visit localhost addresses, and a software that can host local http (or https) servers on your device.
Once you've been assigned an issue, please follow the Gitflow Workflow for managing the source code. If you want to contribute, follow these steps:
- Fork it!
- Create your feature branch:
git checkout -b feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request and be prepared to discuss your additions! (*^▽^*)
See contributors here.
See the LICENSE file for details on the license.