Skip to content

ant-tur/feedback-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Feedback App

A simple React application that collects user feedback and displays basic statistics in real time.

πŸ’‘ About

The app allows users to leave feedback in three categories:
πŸ‘ Good, 😐 Neutral, and πŸ‘Ž Bad.

It then calculates and displays:

  • Total feedback count
  • Average score
  • Percentage of positive feedback

This project was created to practice React fundamentals: components, props, useState, conditional rendering, and data calculation.

πŸ”§ Technologies Used

  • React (Vite)
  • JSX
  • Functional Components
  • useState Hook

πŸ“ Project Structure


πŸ“ src/
β”œβ”€β”€ App.jsx
└── components/
    β”œβ”€β”€ Button.jsx
    β”œβ”€β”€ Statistics.jsx
    └── StatisticLine.jsx

πŸš€ Getting Started

  1. Clone the repo
    git clone https://github.com/ant-tur/feedback-app.git

  2. Install dependencies
    npm install

  3. Start the dev server
    npm run dev

  4. Open in browser
    http://localhost:5173

πŸ“„ License

This project is open-source and free to use.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published