Thanks to visit codestin.com
Credit goes to github.com

Skip to content

isaozler/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isaozler.com data provider

This package provides the data used for isaozler.com.

Installation

To install this package, you can use npm or yarn:

npx jsr add @isaozler/data

Add types

Until I figure out how to correctly setup JSR types you need to add the type definition reference to the tsconfig paths

...
  "paths": [
    ...
    "@isaozler/data": [
        "node_modules/@isaozler/data/_dist/mod.d.ts"
      ],
    ...
  ]

Usage

Data Structure

The package exports a JSON object containing data for various sections of the portfolio website. Here is an example of the structure:

{
  "sections": [
    "id": "section-id",
    "title": "section-title",
    "cards": [
      // section data cards based on types
    ]
  ]
}

About

isaozler.com data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published