https://github.com/kaplanh/counter
https://github.com/kaplanh/counter
css3 html5 javascript prompt setinterval settimeout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaplanh/counter
- Owner: kaplanh
- Created: 2023-06-11T18:10:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T23:00:26.000Z (about 2 years ago)
- Last Synced: 2025-01-09T07:47:53.474Z (about 1 year ago)
- Topics: css3, html5, javascript, prompt, setinterval, settimeout
- Language: JavaScript
- Homepage: https://kaplanh.github.io/counter/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Counter

[Click Me!]( https://kaplanh.github.io/counter/)
## Problem Statement
- Your company has recently started on a project that aims to create a Counter. So you and your colleagues have started to work on the project.
## Project Skeleton
```
- Counter(folder)
|
|----readme.md
|----index.html
|----style.css
|----app.js
```
### At the end of the project, following topics are to be covered;
- HTML
- CSS
- flexbox
- outline
- outline-offset
- JS
- DOM manipulation
- setTimeout(myFunction,3000)
- setInterval(myFunction, 1000);
- prompt('please enter a number')
- ### At the end of the project, developers will be able to;
- improve coding skills within HTML & CSS & JS
- use git commands (push, pull, commit, add etc.) and Github as Version Control System.
## Notes
- You can use HTML, CSS and JS to complete this project.
⌛ Happy Coding ✍