We'll be adding a feature to an React implementation of the classic ToDoMVC.
Although this interview is technical in nature (requiring JavaScript expertise, commandline familiarity, code reading, and debugging), it is more importantly a chance to see how you think and work with others.
- Ensure you have node installed on your development machine
- Clone this repo and run the following in the root of the project
npm install
npm start
- You should now be able to access the application at http://localhost:1234
This project is built in React 16.7.x with React 16.7.x dependencies.
If npm start
doesn't work
Try installing Parcel globally with npm install -g parcel-bundler
Extracted from an updated React example in tastejs/todomvc: tastejs/todomvc#1960