Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/feedback
React feedback app
https://github.com/tqmvt/feedback
react
Last synced: about 2 months ago
JSON representation
React feedback app
- Host: GitHub
- URL: https://github.com/tqmvt/feedback
- Owner: tqmvt
- Created: 2022-11-17T11:25:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T11:28:30.000Z (about 2 years ago)
- Last Synced: 2023-08-22T04:50:24.726Z (over 1 year ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Feedback App
This is a project from my React Front To Back 2022 course. 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---
# Usage
### Install dependencies
```bash
npm install
```### Run
```bash
npm run dev
```This will run JSON-server on port :5000 and React on port :3000