This is an education based website. In this project I am going to build a full website on online/offline learning platform. We will fetch the data from an API. And use the data according to our requirements. This a multi page ReactJS application.
fetch(url).then(res=>res.json()).then(data=>console.log(data))
NB: Here url will be the API link
i. react-dom
ii. react-router-dom
iii. bootstrap
iv. react-icons
Happy Coding👍