This project was bootstrapped with Create React App,
as such it requires Node >= 6. It also uses yarn to install dependencies, (though NPM
might
work... we haven't tested.)
This is a simple "starter" project, with a few things that need implementing, and a few others that are implemented poorly.
This uses React, so a prior knowledge of React will help, but is not necessary. There is enough scaffolding here, that familiarity with HTML, CSS, JavaScript and some prior experience with some kind of HTML templating tool should be all you need.
Follow the Trail of TODOs and fix things the best way you see fit.
When you are done, please zip up and return any files that you changed at the project root,
and of course within the src
directory.
- Fetch "Notes" from the dev server backend, at end-point
/notes
, and update the App state. - Split the the large App component into separate components.
- Fix the layout, so the note-selection Sidebar appears left of the note details, instead of above it.
- Fix header so readout of unread notes is correct.
- Fix menu selection class assignment, so selected row is always highlighted.
- Others?