Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoerak/iconosquare_tech_test
https://github.com/anoerak/iconosquare_tech_test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anoerak/iconosquare_tech_test
- Owner: Anoerak
- Created: 2023-07-19T12:36:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:39:35.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:06:18.501Z (17 days ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React technical test
### Instructions
- Fork this repo to your github account
- Complete the tasks given
- Once completed, share us your repository### Tasks
You have to do some tasks on a graph and a table which are a simulation of a live stream of events that refreshes every 2s.
- Add a button to pause/play.
- Clicking on a cell makes it editable and allows to edit its value.
- The correct value should be displayed.
- Clicking on the chart may open the cell `value1` of the corresponding event### Bonus
- A button may be added to reset all the updated values.
- Add some components in the UI that allow to navigate in time.
- Migrate the project in Typescript.### Additional information
- The `Container` file must not be edited. Consider that this is the only constraint.
- Use the ui/ux you consider working well for the use case.
- You may use any library you find useful for this use case.
# Iconosquare_tech_test