Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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