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.
- Host: GitHub
- URL: https://github.com/ailouislu/react-post-comment
- Owner: ailouislu
- Created: 2022-04-11T23:53:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T22:11:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T19:26:32.040Z (about 1 year 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