Hayanmind

GitHub top language GitHub repo size


๐Ÿš€Blog ํฌ์ŠคํŒ… ๋ณด๋Ÿฌ๊ฐ€๊ธฐ.



๐Ÿ“Œ ํ”„๋กœ์ ํŠธ ์†Œ๊ฐœ

ํ”„๋ฆฌ์˜จ๋ณด๋”ฉ ์ฝ”์Šค Hayanmind ๊ธฐ์—… ๊ณผ์ œ

โ• ๋ฌดํ•œ ์Šคํฌ๋กค ๊ตฌํ˜„ํ•˜๊ธฐโ—


๐Ÿ“š ๊ณผ์ œ ์š”๊ตฌ์‚ฌํ•ญ ๋ณด๊ธฐ

1. Implement the user's comment data list with infinite scrolling by getting more 10 comments repeatedly.

2. Data API

   - The user's dummy comment data can be called through the API below.
- https://jsonplaceholder.typicode.com/comments
- The following parameters are supported:
- _page
- it starts at 1.
- _limit
- Please set the `_limit` parameter to 10.
- Example of the first comment page
- https://jsonplaceholder.typicode.com/comments?_page=1&_limit=10
- Sample data
[ { "postId": 1, "id": 1, "name": "id labore ex et quam laborum", "email": "Eliseo@gardner.biz", "body": "laudantium enim quasi est quidem magnam voluptate ipsam eos\\ntempora quo necessitatibus\\ndolor quam autem quasi\\nreiciendis et nam sapiente accusantium" }, ]

3. You can use id as comment id, email as user's email and body as comment text

4. Please look at the following design guide link and reflect the design.

- https://www.figma.com/file/T9P3B5qjnTqhWi1Ou5BmIL/HayanMind-FrontEnd-TA

5. You don't have to make it into a responsive design.

6. You don't have to specify a font for the text.


๐Ÿ“ฝ ์‹œ์—ฐ ์˜์ƒ

ezgif com-gif-maker


๐Ÿ‘จโ€๐Ÿ’ป ์‹คํ–‰ ๋ฐฉ๋ฒ•

์„ค์น˜

yarn install

์‹คํ–‰

yarn start


โš™ ์‚ฌ์šฉ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ && API

IntersectionObserver API

  • ์ด๋ฒˆ ๋ฌดํ•œ ์Šคํฌ๋กค๋ง์„ ๊ตฌํ˜„ํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ•œ API์ž…๋‹ˆ๋‹ค.