Review-Poll

  • Tech Stack: A React App that allow users to CRUD reviews, was used to revise through the fundaments of an react app . netlify as a cloud server to host website
  • URL: Project Link

This is a React App that covers the following react funtionalities Components JSX Props (proptypes, defaultprops, etc) State (Component & App Level) Styling Handling Events Lists & Keys Forms Context API HTTP Requests The deployed site is not using any backend, however this git is using mock REST api with json-server, a concurrently package was used to run both client and server, To run locally npm run dev