A simple customer feedback dashboard built with React.js, HTML, and CSS. This project allows users to submit feedback and view feedback statistics in a clean, modern interface.
- Dashboard with feedback statistics
- Feedback submission form
- Feedback list with filtering and search
- Local storage for data persistence
- Responsive design
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/yourusername/client-echo.git
cd client-echo- Install dependencies:
npm install- Start the development server:
npm startThe application will open in your default browser at http://localhost:3000.
client-echo/
├── src/
│ ├── components/
│ │ ├── Dashboard.js
│ │ ├── Dashboard.css
│ │ ├── FeedbackForm.js
│ │ ├── FeedbackForm.css
│ │ ├── FeedbackList.js
│ │ └── FeedbackList.css
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── README.md
- View the dashboard to see feedback statistics
- Submit new feedback using the feedback form
- View and filter feedback in the feedback list section
- React.js
- HTML5
- CSS3
- Local Storage API
This project is licensed under the MIT License.