An application to view Objekts outside the Cosmo app, directly accessing the Polygon network to obtain information about items, sales, trades, and votes.
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 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.
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
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
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.