Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaplanh/counter


https://github.com/kaplanh/counter

css3 html5 javascript prompt setinterval settimeout

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## Counter

![sayac](https://github.com/kaplanh/counter/assets/101884444/ae18fa79-0d8e-4c08-ab91-09393a26dead)

[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 ✍