An open API service indexing awesome lists of open source software.

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.

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