CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

List video recommendations

Open
#462 0 comments 0 reactions 0 assignees View on GitHub
:framed_picture: Frontend 🏕 Priority Mandatory 📅 Week 1
Dominant language
JavaScript
Stars
9
Forks
352
PR merge metrics
No merged PRs in 30d

Description

## 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.