CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

List video recommendations

未关闭
#462 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
:framed_picture: Frontend 🏕 Priority Mandatory 📅 Week 1
主要语言
JavaScript
星标
9
派生
352
PR 合并指标
30 天内没有已合并 PR

描述

## Acceptance criteria

- [ ] On page load, the website should display a list of video recommendations
- [ ] For each video recommendation:
- It should show the video's title
- If you click on the title it it should redirect you to the YouTube page for that video

## Guidance 🧭

### API access from React

Since we are using a monorepo, the API is accessible on the same [domain](https://www.cloudflare.com/en-gb/learning/dns/glossary/what-is-a-domain-name/) as the frontend. This means you can use calls like `fetch("/api/videos")` to call the endpoint you created in your backend. You don't need to worry about CORS requirements either.

Checkout this cheat sheet to help you with the types of requests you'll need to be use with `fetch`: https://www.freecodecamp.org/news/fetch-api-cheatsheet/

## Example

Check https://lvl130--cyf-fsa-solution.netlify.app for an example implementation of this issue

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先找到 React 页面和现有的 /api/videos 端点,然后跟踪前端如何在页面加载时获取这些数据。当视频标题被列出且每个标题都链接到其 YouTube 页面时,工作就完成了;使用链接的示例实现作为预期行为的参考。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, react
领域
api, frontend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
描述清楚
新手友好度
68/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。