Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List video recommendations #27

Open
2 tasks
fhkahin opened this issue May 4, 2024 · 0 comments
Open
2 tasks

List video recommendations #27

fhkahin opened this issue May 4, 2024 · 0 comments

Comments

@fhkahin
Copy link
Owner

fhkahin commented May 4, 2024

From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture#462

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

@fikretellek fikretellek moved this from 📋 Backlog to 🔖 Ready in Full Stack Assessment Planner May 14, 2024
@fikretellek fikretellek moved this from 🔖 Ready to 🏗 In progress in Full Stack Assessment Planner May 14, 2024
@fikretellek fikretellek self-assigned this May 15, 2024
@fikretellek fikretellek moved this from 🏗 In progress to 👀 In review in Full Stack Assessment Planner May 17, 2024
@HadikaMalik HadikaMalik moved this from 👀 In review to ✅ Done in Full Stack Assessment Planner May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants