Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malykhin/react_flow_relay
https://github.com/malykhin/react_flow_relay
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malykhin/react_flow_relay
- Owner: malykhin
- Created: 2021-02-05T10:30:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T18:43:12.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T06:07:43.975Z (over 1 year ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
The goal of this exercise is to implement a simple application using the following technology stack:
- React
- React hooks
- Flow
- Relay## TODO:
- User should see two lists of skills for knowledge areas (front-end and back-end) after navigation to the application.
- User should be able to add a new skill to the knowledge area with such flow:
Click on the list -> add skill name in the modal dialog## Mockup:
![](./mock.png)
# Local Server
You can find the GQL server to interact in `./backend` dir.