Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodylabs/fe-dev-test
Simple react & webpack project for recruitment process
https://github.com/goodylabs/fe-dev-test
Last synced: 3 months ago
JSON representation
Simple react & webpack project for recruitment process
- Host: GitHub
- URL: https://github.com/goodylabs/fe-dev-test
- Owner: goodylabs
- Created: 2017-12-10T23:25:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:35:52.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T22:13:21.505Z (4 months ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-recruitment-tests - Goodylabs - Simple React & webpack project for recruitment process. (React.js)
README
# LET'S BE GOODYMEMBER
---
### FRONT END DEVELOPER TEST
***
Simple react & webpack project prepared for recruitment process.Clone this clean repository into your workspace, do some work and create pull request.
---
---
**STACK:**
---
+ yarn
+ flow
+ webpack
+ react
+ redux
+ redux-thunk
+ scss (bem methodology)
+ es6**TODO:**
---
**JS/HTML Part:**
+ create users list page - using API endpoint
+ create signup form (we preffer using redux-form module) with API integration
* first name (required)
* last name (required)
* email (required)
+ fix: sass compilator doesn't work
+ highlight current active navigation item---
**CSS Part:**
+ stick page header to the top - independent on scroll position
+ write a (scss) mixin that will calc & return font-size based on rem with px fallback for older browsers
+ highlight current active---
---
**MOCKED API ROUTES:**
+ users list: http://fe-test.getsandbox.com/users [GET]
+ user details: http://fe-test.getsandbox.com/users/{username} [GET]
+ signup: http://fe-test.getsandbox.com/sign-up [POST]---
Please pay attention to flow types and eslint warnings / errors.