Coder Social home page Coder Social logo

abel-otegbola / clock-app Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 33.0 21.59 MB

A clock application built with html css and js

Home Page: https://abel-otegbola.github.io/clock-app

License: MIT License

HTML 16.66% JavaScript 8.38% CSS 74.96%
clock-app css html js hacktoberfest

clock-app's Introduction

Hacktoberfest-2022๐Ÿ”ฅ


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!

Guidelines

1. Note: open an issue first. check if the issue you want to solve already exist. if it doesn't,
   create an issue with explanation of what you want to do.
2. Writing the author's name and the date modified is a must (Write it as a multiline comment in your code).
3. Filename should be meaningful.
4. Don't spam it will be rejected immediately.
5. Only send one pull request for your contributions to the project. 

Steps For Contribution

  1. Star this repository.

  2. Fork this repository.

  3. Clone the forked repository.

git clone https://github.com/<your-github-username>/clock-app
  1. Navigate to the project directory.
cd clock-app
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make changes.

  2. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull Request.

  2. Congratulations! ๐ŸŽ‰ you've made your contribution.


Clock app ๐Ÿ•ฅ๐Ÿ”ฅ

An HTML,CSS and Javascript clock application.


Number of Visitors Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors

Features

  • Clean user interface
  • Light and Dark mode
  • Multiple clock themes

Themes

Neumorphism, Glassmorphism, Vintage, Abstract, Wooden, Futuristic, Minimalist, Neon, Endless.

visit live site here


Screenshots


How to use

Download

Download the zip file and unzip into your computer.

Clone this repository

To clone and run this application, you'll need git installed on your computer Download Git

open up your terminal and clone this repository

git clone https://github.com/abel-otegbola/clock-app

Go into the folder

open the index.html in your browser.

You may also like

Check out my awesome Quiz app built with javascript

Contributors

clock-app's People

Contributors

abel-otegbola avatar aditya-chaki avatar akshitarora921 avatar dpriyatham avatar durgesh-4526 avatar ericchuk avatar faria-karim-porna avatar harshilshah99 avatar isinek avatar karishma-dev avatar l4ur4oliveira avatar msabil443 avatar qolbudr avatar radhika403 avatar ray16g avatar ritika21-code avatar sayan404 avatar shinchan3102 avatar shiva1217 avatar shivangi1217 avatar shravaniak avatar sidharthvmd avatar sonejamohit avatar subrato3 avatar tatwansh avatar tech0x10 avatar tenzinnsut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clock-app's Issues

Proposed responsiveness for tablet.

Good day,
While writing the animation for neon, I had the webpage in a tablet for on my laptop and i discovered that the webpage just compresses to one side, while more can be done to transform that, I am proposing that the sidebar becomes the navbar with the night mode and dark mode at the top and the differen clock theme at the bottom of the dark and light mode.
This gives the clock enough spacing and also make the webpage look pleasing in tablet format.

Add new theme to the project

  1. Open index.html and add your own theme in the list using the same format and including a data-theme. You can search fontawesome icons to add the name of your icon.
    Screenshot_20221015-100813

  2. Move to the themes.css to style your theme using the data-theme. Forexample
    Screenshot_20221015-100926~2

  3. Optional. You can style the darkmode of your theme also by moving to the darkmode.css and follow same pattern as other themes.

Styling the neon clock.

I would love to style the neon clock ring and fingers in such a way that they change color using animation.

Theme of clocks

I would like to make another theme for that clock..... Please assing it to me.

Add a new theme to the project.

#1 Open up index.html, Add your own theme to the lists.
- Add your data-theme name
- Use fontawesome icon name to add your icon
Screenshot_20221015-100813

#2 Open the theme.css and Style your theme using the data-theme you set. Forexample

article[data-theme="wooden"] .clock {
   // Your styles
}

#3 Optional. You can also style the dark version of your theme at the darkmode.css using .dark

Looking forward to the awesome theme you will create.

Adding logo.

Changes to be made according to the color theme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.