https://github.com/ggalina/feedbackform-react
Technologies: REACT, CSS, Parcel, nanoid, and styled-components libraries. Personal Mini Project.
https://github.com/ggalina/feedbackform-react
css nanoid parser reactjs styled-components
Last synced: 3 months ago
JSON representation
Technologies: REACT, CSS, Parcel, nanoid, and styled-components libraries. Personal Mini Project.
- Host: GitHub
- URL: https://github.com/ggalina/feedbackform-react
- Owner: GGalina
- Created: 2023-04-04T06:55:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T12:30:54.000Z (over 2 years ago)
- Last Synced: 2025-07-31T14:27:11.810Z (11 months ago)
- Topics: css, nanoid, parser, reactjs, styled-components
- Language: JavaScript
- Homepage: https://ggalina.github.io/FeedbackForm-React/
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feedback Form
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](https://ggalina.github.io/FeedbackForm-React/)
## Getting Started
To run the project on your local machine, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/GGalina/FeedbackForm-React.git
2. **Navigate to the Project Directory**:
```bash
cd FeedbackForm-React
3. **Install Dependencies**:
Make sure you have Node.js and npm installed.
```bash
npm install
4. **Start the Development Server**:
To launch the project, run the following command:
```bash
npm start