It's a facebook clone. You can see 5 main pages of the homepage of facebook(home,friends,video,marketplace,gaming). This project also has responsive design.
Created with React, React hooks(useState,useEffect), and React-Bootstrap.
Start the app after you installed requirements by simply running the code below
Ensure that you are in the folder including "package.json" file
npm i
npm run dev