Small is a very limited medium.com clone built using ReactJS, with medium.com-like annotated comments
See a live demo
- Annotated comments. Select a blob of text to comment on it - not availbe on touch devices
- Click on the annotation on a comment to scroll that portion of port into view
Fake data populated in src/FakeServer/FakeDB.js
Comments are stored in browser local storage.
- npm install
- npm start - runs a local server
- npm test - runs the tests. Jest in the test runner
- npm run build - production build.