An open API service indexing awesome lists of open source software.

https://github.com/ailouislu/react-post-comment

An online commenting system, implemented using react and react-bootstrap. Contains functions such as posts and comments. The system uses many reusable components to improve the reusability of the project.
https://github.com/ailouislu/react-post-comment

commenting comments posts

Last synced: about 1 year ago
JSON representation

An online commenting system, implemented using react and react-bootstrap. Contains functions such as posts and comments. The system uses many reusable components to improve the reusability of the project.

Awesome Lists containing this project

README

          

# react-post-comment

This is an online commenting system, implemented using react and react-bootstrap. Contains functions such as posts and comments. The system uses many reusable components to improve the reusability of the project.

You can view a live demo over at https://comments.nzlouis.com

![image](src/images/posts.jpg)

![image](src/images/comments.jpg)

## Getting started

To get the frontend running locally:

- Clone this repo
- `npm install` to install all req'd dependencies
- `npm start` to start the local server (this project uses create-react-app)
- `npm test` to start the local testing