This the repo where you can find the code from my article on FreeCodeCamp blog
This it the link: https://www.freecodecamp.org/news/build-a-custom-dashboard-with-wordpress-apis-and-react/
- clone the repository
- change directory to
react-dashboard-wordpress-api - install dependencies witn
npm i - run the application with
npm start - open your browser and type
http://localhost:3000/to see the application running
I want to thank NtsCiccio and maciekmp for their contributions and PR