Project Title : javascript-clock

Project Description :

This is a simple and fully responsive website which consists of two sections. A clock and an alarm. The status bar contains links to some useful web apps like Todo list, Stopwatch, Weather app & a theme changing button. At present we provide 3 themes which are as follows ->

Default theme 
Dark theme 
Ocean theme

To Use This Website: Clone the git repository using 'git clone' command. After cloning the git repository open index.html file in the browser of your choice.

Downloads :

GitHub all releases

Creating a issue :

Before contributing, create an issue regarding the changes to be made.

Issue can be regarding fixes or a new feature.

Contributing :

  1. Star the repository
  2. Fork the repository.
  3. Clone the forked repository.
git clone https://github.com/<your_github_id>/javascript-clock
  1. Navigate to the project directory.
cd javascript-clock
  1. Create a new branch following the naming conventions mentioned above
git checkout -b <branch_name>
  1. Make necessary changes and commit those changes
git add .
git commit -m "commit message"
  1. Push changes to Github
git push origin -u <branch_name>
  1. Go to your repository, a Compare and pull request button will appear

    Click on that button and Submit the pull request.

    Make sure you attach Screenshots of the changes made.

    Your Pull Request will be merged after verification

Thank you for your contribution.

Top Language :

GitHub top language

Language Count :

GitHub language count