Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reddy-epk/feedback-app
A react Feeed-back App
https://github.com/reddy-epk/feedback-app
feedback-collection feedback-systems
Last synced: 4 days ago
JSON representation
A react Feeed-back App
- Host: GitHub
- URL: https://github.com/reddy-epk/feedback-app
- Owner: reddy-epk
- Created: 2024-03-21T06:27:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T06:39:22.000Z (8 months ago)
- Last Synced: 2024-03-21T07:37:05.044Z (8 months ago)
- Topics: feedback-collection, feedback-systems
- Language: JavaScript
- Homepage: https://rfeedback.ccbp.tech
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building a React **Feedback App**
### Refer to the image below:
### Set Up Instructions
Click to view
- Download dependencies by running `npm install`
- Start up the app using `npm start`Implemented Files
Use these files to complete the implementation:
- `src/components/Feedback/index.js`
- `src/components/Feedback/index.css`> ### _Things to Keep in Mind_
>
> - All components you implement should go in the `src/components` directory.
> - Don't change the component folder names as those are the files being imported into the tests.