My implementation of a customer support page in React
-
This is my implementation of a customer support page in React. I created a version of this page with HTML, CSS, and vanilla JS here.
-
Has four breakpoints and follows web accessibility guidelines.
-
Utilized CSS Flexbox and Grid for page layout.
-
Used ESlint to fix errors and follow Airbnb's style guide.
npm i- To install dependenciesnpm start- To run the Appnpm eslint .- To run eslint on all files