In this week's project, you'll be able to practice your React state skills by fetching and posting data to an API.
Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.
The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.
npm i && code . && npm run dev
The whole project was a challenge for me. But the post method turned out to be problematic and took me more time than get.
https://mellifluous-zuccutto-bfe3a2.netlify.app/
See instructions of this project