CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

List video recommendations

オープン
#462 コメント 0 件 リアクション 0 件 担当者 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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。