Skip to content

ClientEcho is a multi-page web application built using React.js, HTML, and CSS. It is designed to help businesses efficiently collect, manage, and analyze customer feedback through an intuitive, route-based interface.

Notifications You must be signed in to change notification settings

swarnim02/ClientEcho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClientEcho - Customer Feedback Dashboard

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.

Features

  • Dashboard with feedback statistics
  • Feedback submission form
  • Feedback list with filtering and search
  • Local storage for data persistence
  • Responsive design

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/client-echo.git
cd client-echo
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The application will open in your default browser at http://localhost:3000.

Project Structure

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

Usage

  1. View the dashboard to see feedback statistics
  2. Submit new feedback using the feedback form
  3. View and filter feedback in the feedback list section

Technologies Used

  • React.js
  • HTML5
  • CSS3
  • Local Storage API

License

This project is licensed under the MIT License.

About

ClientEcho is a multi-page web application built using React.js, HTML, and CSS. It is designed to help businesses efficiently collect, manage, and analyze customer feedback through an intuitive, route-based interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published