In this project, I created a fakebook page using React. I used React components to create a header, a timeline, and a footer. I also used props to pass data to the components.
Clone this repo first by using
git clone
Then run the following command in the terminal
npm install
Then run the following command in the terminal
npm start
Then open your browser and go to
http://localhost:3000/
- posts API: https://jsonplaceholder.typicode.com/posts
- users API: https://jsonplaceholder.typicode.com/users
- avatars API: https://i.pravatar.cc