Skip to content
/ Clock Public

FIRST PROJECT, an responsive CLOCK with theme changing feature and lot more.

Notifications You must be signed in to change notification settings

hs-07/Clock

Repository files navigation

It's time to hack🤯! It's HACKTOBERFEST⚡

GET IN THE REPO, HACKER!

What is Hacktoberfest?


Hacktoberfest is a month-long celebration of open-source software by DigitalOcean that encourages participation in giving back to the open-source community. Developers get involved by completing pull requests, participating in events, and donating to open source projects.

Event Details

    1. Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.
      Hacktoberfest is a celebration open to everyone in our global community.
      Pull requests can be made in any GitHub-hosted repositories/projects.
      You can sign up anytime between October 1 and October 31.

  • This repository aims to help code beginners with their first successful pull request and open-source contribution. 🥳
    ⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

    ⭐ Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.

    This repository is open to all members of the GitHub community. Any member can contribute to this project! The only thing which you need to keep in mind is that it should be genuine PR 😁

    About the project

    The project aims to provide a clear comparison between what is an Analog Clock and Digital Clock. It is made using HTML,CSS and JS, and the project after following the below given steps would look like this


    Clock

    Steps to follow

    0. Star the Repo

    Star the repo by pressing the topmost-right button to start your wonderful journey.


    1. Fork it 🍴

    You can get your own fork/copy of https://github.com/hs-07/Clock.git by using the fork button


    Clone it 👥


    You need to clone or (download) it to a local machine using

    https://github.com/{Username}/Clock.git


    Now, using the cloned repo you are good to go for making changes


    Some important tips ‼️

    1. Run the following commands to see that your local copy has a reference to your forked remote repository in Github :octocat:


    $ git remote -v origin https://github.com/Your_Username/Clock.git (fetch)
    origin https://github.com/Your_Username/Clock.git (push)

    2. Always keep your local copy of the repository updated with the original repository. Before making any changes and/or in an appropriate interval, run the following commands carefully to update your local repository.


    # Fetch all remote repositories and delete any deleted remote branches
    $ git fetch --all --prune
    # Switch to the `main` branch
    $ git checkout main
    # Reset the local `main` branch to match the `upstream` repository's `main` branch
    $ git reset --hard upstream/main
    # Push changes to your forked repo
    $ git push origin main


    Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

    $ git checkout -b .


    Type in a message relevant to the code reviewer using


    # This message gets associated with all files you have changed


    $ git commit -m 'relevant message'


    Now, Push your awesome work to your remote repository using


    # To push your work to your remote repository


    $ git push -u origin


    Finally, go to your repository in the browser and click on `compare and pull requests. Then add a title and description to your pull request that explains your precious effort

    About

    FIRST PROJECT, an responsive CLOCK with theme changing feature and lot more.

    Topics

    Resources

    Code of conduct

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published