https://github.com/nzlouislu/nzlouis-comments-react
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/nzlouislu/nzlouis-comments-react
commenting comments posts
Last synced: 11 months 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.
- Host: GitHub
- URL: https://github.com/nzlouislu/nzlouis-comments-react
- Owner: NZLouislu
- Created: 2022-04-11T23:53:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T22:11:01.000Z (about 4 years ago)
- Last Synced: 2025-08-29T09:45:04.295Z (11 months ago)
- Topics: commenting, comments, posts
- Language: JavaScript
- Homepage: https://comments.nzlouis.com
- Size: 608 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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