Skip to content

Add dummy data for Resources page #14

@minhngo3818

Description

@minhngo3818

There is no actual testing data for resources page. It should have dummy data for tutorials, books, and organization. The dummy data for resources page must be in file ./src/resources/fakeData.js. Implement dummy data as a list of dictionaries/maps.

Structure:
Tutorials: id, title, urls
Readings (book & article): id, title, publication date, description, urls/download link
Orgs(Organization): id, name, urls

For example:
const tutorialsData = [
{id: 1, title: "name of video", url: "https://youtube/udj21udu8udws8u"},
{id: 2, title: "name of video", url: "https://youtube/udj21udu8udws8u"},
.....
]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions