CarlosRGL / feedback-app

Simple feedback app create with react

Home Page:feedback-app-carlosrgl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Feedback App

This is a project to show a bit of my React knowledge. 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

About

Simple feedback app create with react

feedback-app-carlosrgl.vercel.app


Languages

Language:JavaScript 76.5%Language:CSS 19.8%Language:HTML 3.7%