PetBook is a ReactJS social network for pets. Users can view a pet's profile (containing their name, bio, and friends list) and navigate to other pet profiles.
- React component lifecycle methods - hooking actions to specific moments in a component's life, such as when the component is loading or gets updated
- componentDidMount(), componentWillUnmount(), and componentDidUpdate() lifecycle methods
Please note that in each project, the first commit is always the starter code provided by Codecademy.