Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sothulthorn/corp-comment

Corp Comment is a dynamic and interactive web application built with React and TypeScript, designed to facilitate open and transparent feedback within organizations. This platform allows users to publicly share their feedback, view comments from others, and engage with feedback through voting.
https://github.com/sothulthorn/corp-comment

context-api css radix-ui reactjs typescript vite zustand

Last synced: 22 days ago
JSON representation

Corp Comment is a dynamic and interactive web application built with React and TypeScript, designed to facilitate open and transparent feedback within organizations. This platform allows users to publicly share their feedback, view comments from others, and engage with feedback through voting.

Awesome Lists containing this project

README

        

# CorpComment: Give Feedback Publicly

![](/screenshots/screen.png)

Corp Comment is a dynamic and interactive web application built with React and TypeScript, designed to facilitate open and transparent feedback within organizations. This platform allows users to publicly share their feedback, view comments from others, and engage with feedback through voting.

## Key Features:

- **Public Feedback Posting**: Users can post their feedback directly to the backend server, ensuring their voices are heard in a structured and accessible manner.
- **Feedback Browsing**: Users can explore feedback from others, gaining insights into diverse perspectives and experiences within the organization.
- **Voting System**: Engage with feedback by voting on comments, helping to highlight the most impactful and relevant feedback.
- **Company-Specific Querying**: Filter feedback based on company affiliations, allowing users to quickly find feedback related to specific companies within the organization.

### Installation Steps

```sh
# Clone the respository
git clone https://github.com/sothulthorn/corp-comment.git

# Navigate to the project directory
cd corp-comment

# Install dependencies
npm install

# Start the development server
npm run dev
```