Skip to content

An application to view all ARTMS and TripleS photocards outside of the cosmo app

Notifications You must be signed in to change notification settings

lucasvarino/triples-objekts

Repository files navigation

TripleS and ARTMS Objekts

An application to view Objekts outside the Cosmo app, directly accessing the Polygon network to obtain information about items, sales, trades, and votes.

Objekts

Objekts are photocards, common items in the K-Pop industry, but in a digital version. Objekts are NFTs hosted on the Polygon network, ensuring that users receive the items reliably and cost-effectively.

Currently, Objekts exist for the groups under Modhaus:

Both groups have their Objekts, which are released periodically. They can be acquired directly through the Cosmo app or received as gifts during special events held by the groups.

The Application

The application serves to display all released photocards and detailed information such as series, member, group, etc.

Currently, the application has the functionality to filter by group (TripleS or ARTMS) and by member of each group.

Future Functionalities

In the future, I will implement new functionalities such as:

  • 3D photocard viewing
  • Series filter
  • Image caching
  • Search bar
  • Viewing the app’s voting results

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

An application to view all ARTMS and TripleS photocards outside of the cosmo app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages