forked from codemaniac-sahil/javascript-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md (codemaniac-sahil#34)
- Loading branch information
Showing
1 changed file
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,66 @@ | ||
# Project Title: javascript-clock | ||
# Project Title : javascript-clock | ||
|
||
## Project Description : A fully responsive website where you can set an alarm for upcoming events .This Project is made using only html,css,javascript. | ||
## Project Description : | ||
<!-- A fully responsive website where you can set an alarm for upcoming events .This Project is made using only html,css,javascript. --> | ||
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](https://img.shields.io/github/downloads/codemaniac-sahil/javascript-clock/total?label=Downloads&logo=GitHub&style=flat-square) | ||
|
||
### To Use This Website: Clone the git repository using 'git clone' command.After cloning the git repository open inder.html in the browser of your choice | ||
## Creating a issue : | ||
|
||
Before contributing, create an issue regarding the changes to be made. | ||
|
||
# Downloads | ||
![GitHub all releases](https://img.shields.io/github/downloads/codemaniac-sahil/javascript-clock/total?label=Downloads&logo=GitHub&style=flat-square) | ||
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 | ||
``` | ||
4. Navigate to the project directory. | ||
``` | ||
cd javascript-clock | ||
``` | ||
5. Create a new branch following the naming conventions mentioned above | ||
``` | ||
git checkout -b <branch_name> | ||
``` | ||
|
||
6. Make necessary changes and commit those changes | ||
``` | ||
git add . | ||
``` | ||
``` | ||
git commit -m "commit message" | ||
``` | ||
|
||
7. Push changes to Github | ||
``` | ||
git push origin -u <branch_name> | ||
``` | ||
8. 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 | ||
# Top Language : | ||
![GitHub top language](https://img.shields.io/github/languages/top/codemaniac-sahil/javascript-clock?logo=GitHub&style=flat-square) | ||
|
||
# Language Count | ||
# Language Count : | ||
![GitHub language count](https://img.shields.io/github/languages/count/codemaniac-sahil/javascript-clock?color=%2300FF00&logo=GitHub&style=for-the-badge) |