Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasirkhan294/feedback-ui
Awesome Feedback UI Form
https://github.com/nasirkhan294/feedback-ui
netlify react reactjs
Last synced: 4 days ago
JSON representation
Awesome Feedback UI Form
- Host: GitHub
- URL: https://github.com/nasirkhan294/feedback-ui
- Owner: Nasirkhan294
- Created: 2022-07-07T07:14:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T07:26:45.000Z (over 2 years ago)
- Last Synced: 2023-03-15T17:31:50.368Z (almost 2 years ago)
- Topics: netlify, react, reactjs
- Language: JavaScript
- Homepage: https://react-feedback-ui1.netlify.app/
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
# React Feedback App
### [Live Site](https://react-feedback-ui1.netlify.app/)
![Feedback UI](./src/components/assets/screenshot.png?raw=true)
This Feedback UI created using create-react-app. It allows users to add, update and delete feedback. It uses a mock REST api with json-server.
This project goes over all of the fundamentals of React including...
- Components
- JSX
- Props (proptypes, defaultprops, etc)
- State (Component & App Level)
- Styling
- Handling Events
- Lists & Keys
- Forms
- Context API
- HTTP Requests