https://github.com/pagepro/intern-task
https://github.com/pagepro/intern-task
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagepro/intern-task
- Owner: Pagepro
- Created: 2022-05-05T07:20:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T15:54:46.000Z (about 3 years ago)
- Last Synced: 2025-04-09T22:53:52.278Z (2 months ago)
- Language: HTML
- Size: 281 KB
- Stars: 0
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task description
1. We want you fix the layout of the page so the dots are correctly aligned in 4 rows (you can modify the size of dots
and all styles).
2. Change background color of the dots when you hover over them.
3. When you click on the dot (select) - change the background color, display the index value inside. so if you click on
the dot number 3 just display '3' inside of the dot: ( 3 )
4. EXTRA: Change the color on every click.
5. EXTRA: Allow only one dot to be selected at a time.# Project setup
1. Install NodeJS
2. run `npm install` in the project directory to install the dependencies
3. run `npm run start` in the project directory to run the project