Skip to content

Instantly share code, notes, and snippets.

View Iseluin's full-sized avatar

Kutay Kağan Özen Iseluin

View GitHub Profile
{
"podcasts": [
{
"id": "1",
"title": "Podcast 1",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"imageUrl": "podcast1.png",
"audioUrl": "audio1.mp3",
"author": "John Doe",
"duration": "30:45",

Project Instructions

Overview

In this project, you will be building a podcast website using Next.js. The website will allow users to view, create, update, and delete podcasts without the need for any backend. You will use the provided JSON file as the data source for the podcasts.

Task

Your task is to create a podcast site where users can browse a list of podcasts, add new podcasts, edit existing podcasts, and delete podcasts, all from the user interface.

Requirements

  1. Use Next.js to create a new project and set up the necessary files and folders.
@Iseluin
Iseluin / fork-me-fcc-test-suite-template.markdown
Created January 9, 2021 10:14
Fork Me! FCC: Test Suite Template