javascript test repo
node version v10.3.0 npm version 6.1.0
- Fork and clone the repository.
- Under the root directory, run
npm install
to install all dependencies.
Complete all written reactjs questions
Complete all the functions in part2/practice.js
except function dummy
.
You can run npm run test:part2
under the root directory to verify if your implementation is correct.
Use Reactjs to build a webpage based on the provided figma file https://www.figma.com/file/ef5x7mhToqUMr400j1MdTP/Johnny-debranded?node-id=0%3A1 https://www.figma.com/file/ef5x7mhToqUMr400j1MdTP/Johnny-debranded?node-id=0%3A1.
You also have been provided index.html
,app.js
,app.css
.
- Please commit with meaningful message, we'd like to see how well you use git.
- You have 1 hour to finish part 1 and part 2 and let us know when you finish it.
- You can spend 1 more days on part 3.
- If you have any questions, please do not hesitate to contact us ([email protected]).