The project is an interactive UI block implemented according to the provided layout. The block displays several time periods, each of which contains a set of events. When switching between time periods, the information is dynamically updated and the corresponding slider with detailed events of the selected period is displayed.
The component is completely isolated from the rest of the page logic. This means that any number of such blocks can be placed on one page, and each of them will work correctly independently of the others.
- React
- TypeScript
- SCSS
- Webpack
- Repository cloning git clone https://github.com/ChiefCreator/only-test-task.git cd only-test-task
- Installing dependencies npm install
- Launch in development mode npm run start-dev The application will be available at: http://localhost:3000/
MIT