Mocking page for a Facebook post, which is inspire by ididnotsaythatshit. This project build from create-react-app, redux , styled-components to mock the style and provide some additional user interaction (eg. 按讚、留言、編輯、刪除或隱藏留言) of a Facebook post. There's also a Typescript version.
Data are also mocked as a static js object to simplify the page, and will be released a version of fully intergrated frontend & backend version of this page.
- 對貼文按讚
- 對留言按讚
- 留言
- 隱藏或取消隱藏留言
- 編輯留言
- 刪除留言
Or
Demo page are available here.
There's also a storybook to see how components works as standalone UI:
Clone and install dependencies
yarn install
Run project
yarn start
then you can access http://localhost:3000
Benson Liao