kevinmartinjos / small

Blog with medium-like annotated comments

Home Page:http://lonesword.in/small

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small

Small is a very limited medium.com clone built using ReactJS, with medium.com-like annotated comments

See a live demo

Medium-like comments

  1. Annotated comments. Select a blob of text to comment on it - not availbe on touch devices
  2. Click on the annotation on a comment to scroll that portion of port into view

Storage

Fake data populated in src/FakeServer/FakeDB.js

Comments are stored in browser local storage.

To build

  1. npm install
  2. npm start - runs a local server
  3. npm test - runs the tests. Jest in the test runner
  4. npm run build - production build.

About

Blog with medium-like annotated comments

http://lonesword.in/small


Languages

Language:JavaScript 87.7%Language:CSS 8.4%Language:HTML 3.8%