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

https://github.com/pagepro/intern-task


https://github.com/pagepro/intern-task

Last synced: 2 months ago
JSON representation

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