A simple website that shows the current time in a fancy way along with countdown timer and a stopwatch.
Hacktoberfest is an annual open-source celebration encouraging global developers to contribute four quality contributions to open projects during October. Hosted by DigitalOcean and GitHub, it fosters collaboration, offers swag rewards, and promotes open-source values, creating a vibrant community and enhancing coding skills.
-
Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your copy of the project.
-
Clone Your Fork: Clone your forked repository to your local machine using the following command:
git clone https://github.com/your-username/Big-Clock
-
Create a Branch: Create a new branch for your contributions. Branch names should be descriptive, like
feature/new-code
orfix/bug-fix
. You can create a branch using the following command:git checkout -b your-branch-name
-
Make Your Contribution: You can add new code snippets, improve existing ones, or work on any issues or tasks listed in the repository.
-
Commit Your Changes: Once you've made your changes, commit them using clear and concise commit messages. This helps maintain a clean commit history. Here's an example:
-
Push Your Changes: Push your changes to your forked repository on GitHub:
git push origin your-branch-name
-
Create a Pull Request (PR): Go to the original repository on GitHub and click on the "New Pull Request" button. Provide a clear title and description for your PR, and ensure that you're comparing your branch to the correct base branch.
-
Wait for Review: Contributors and maintainers will review your PR, suggest changes if necessary, and eventually merge it once it meets the project's standards.
- Make sure your code is well-documented, following the appropriate conventions for the language you are using.
- Test your code thoroughly to ensure it works as expected.
- If you are adding a new feature or making significant changes, consider opening an issue to discuss the change first.
- Fork the repo
- Clone the repository
git clone https://github.com/gdsc-cec/Big-Clock
- Run
npm i
Ornpm install
to install all dependencies - Run
npm start
to start the application - Visit
https://localhost:8080
to view the application
If you have any questions or need assistance, feel free to reach out to us through the repository's issues section. We're here to help you have a successful Hacktoberfest experience.
Happy Coding! 🚀✨