https://github.com/spm999/machine-coding-questions
Explore a collection of projects demonstrating machine coding skills in Html+css+vanilla js
https://github.com/spm999/machine-coding-questions
api clock counter css fetch html interview-preparation interview-questions javascript machinecoding settimeout-setinterval small-projects
Last synced: 10 months ago
JSON representation
Explore a collection of projects demonstrating machine coding skills in Html+css+vanilla js
- Host: GitHub
- URL: https://github.com/spm999/machine-coding-questions
- Owner: spm999
- Created: 2024-05-02T16:16:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T17:54:18.000Z (over 1 year ago)
- Last Synced: 2025-01-15T14:59:08.000Z (11 months ago)
- Topics: api, clock, counter, css, fetch, html, interview-preparation, interview-questions, javascript, machinecoding, settimeout-setinterval, small-projects
- Language: JavaScript
- Homepage:
- Size: 85.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Machine coding questions
## 1. Background Colour Changer: [https://colourchanger11.netlify.app/](https://colourchanger11.netlify.app/)
Create a few coloured boxes, and when the user clicks on any box, change the colour of the background to the box colour.
## 2. Counter with start and stop button: [https://counter80.netlify.app/](https://counter80.netlify.app/)
Create a counter with start and stop button. When click on start, it should start from previous value on which it was stopped instead of zero.
## 3. Generate Random Colour when click on start: [https://randomcolourgen.netlify.app/](https://randomcolourgen.netlify.app/)
Change the colour of background randomly, when clicked on start, and stop changing colour, if click on stopped.
## 4. Show translated text, when click on specific div: [https://showtxt.netlify.app/](https://showtxt.netlify.app/)
Initially don't show any text, but when I click on language name, show the text in that language.
## 5. Disappear Message after given time: [https://disappeartext.netlify.app/](https://disappeartext.netlify.app/)
Disappear message after given time and also show a counter
## 6. Multipage form: [https://multipageform1.netlify.app/](https://multipageform1.netlify.app/)
Create a multipage form
## 7. Create random size circle: [https://randomcircle.netlify.app/](https://randomcircle.netlify.app/)
Create random size circle on click. If their are two circles, remove them. Also check if they are intersecting. Also find intersection points
## 8. Fetch data from API: [https://apifetching9.netlify.app/](https://apifetching9.netlify.app/)
Use api and fetch data from that.
## 9. Create an Alarm Clock: [https://alarmclock9.netlify.app/](https://alarmclock9.netlify.app/)
Create an alarm clock, add multiple alarms, show added alarms and stop button while playing.
## 10. Stopwatch:
Create a stopwatch, with start/stop, restart and lap button.