Technical requirements
You need the following prerequisites for developing and executing the code:
- You should be familiar with JavaScript:
data types
,variables
,functions
,loops
, andarray
methods such asmap()
,Promises
, andasync
, and so on. - Node.js 18.x with Node Package Manager (npm) 9.x (and optionally, Yarn, which you can install using
npm install
yarn -g
). - Visual Studio Code (VS Code): This is a free source code editor. You can use any other source code editor of your choice.
- React 18 libraries that will be included when you use
create-react-app
.
Let’s get the ball rolling!
Please visit the following link to check the code for this chapter: