대학생커뮤니티프로젝트-useToggleHeart 수정
커뮤니티 글을 읽어보고 좋아요버튼을 누르면 꽉찬하트로 바뀌고, count는 +1 되는 기능을 구현하고자 했다. content는 아래와 같은 object를 40개 포함하고 있는 array이다. { id: i, writer: "minsoo", title: "hello", img: "../src/img/empty.jpg", prgp: `내용`, src: "자유", time: "00:00", watched: 102, like: 100, likeClicked: false, commentInfo: { comment: 98, bestCommenter: "minsoo", bestCommenterImg: "../src/img/withus_empty.jpg", bestComment: "hello world", like: ..