Welcome to the Feedback Form mini-project! This web application allows users to leave feedback for hypothetical services, as well as providing statistics on the number of good, neutral, and negative feedback entries, the total number of feedback entries, and the percentage of positive feedback recorded. The project was developed using React, CSS, styled-components, and the nanoid library, with Parcel as the build tool.
Live Demo: Feedback Form
To run the project on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/GGalina/FeedbackForm-React.git
-
Navigate to the Project Directory:
cd FeedbackForm-React -
Install Dependencies: Make sure you have Node.js and npm installed.
npm install
-
Start the Development Server: To launch the project, run the following command:
npm start