Skip to content

Latest commit

 

History

History
121 lines (103 loc) · 3.72 KB

README.md

File metadata and controls

121 lines (103 loc) · 3.72 KB

metaNFT

GitHub code size in bytes GitHub last commit GitHub commit activity month GitHub license

📌 Overview

Metanft leverages key dependencies like Next.js, React, TailwindCSS, and various Radix UI components. It also utilizes libraries such as tsParticles, Axios, and Zod for enhanced functionality and user experience.

📁 Project Structure

├── .eslintrc.json
├── .gitignore
├── README.md
├── app
│   ├── favicon.ico
│   ├── globals.css
│   ├── layout.tsx
│   ├── metanft
│   │   └── page.tsx
│   └── page.tsx
├── components.json
├── components
│   ├── Description.tsx
│   ├── Form.tsx
│   ├── Header.tsx
│   ├── MaxWidthWrapper.tsx
│   ├── MoodToggle.tsx
│   ├── Select.tsx
│   ├── theme-provider.tsx
│   └── ui
│       ├── badge.tsx
│       ├── button.tsx
│       ├── card.tsx
│       ├── drawer.tsx
│       ├── dropdown-menu.tsx
│       ├── form.tsx
│       ├── input.tsx
│       ├── label.tsx
│       ├── select.tsx
│       ├── sparkles.tsx
│       └── typewriter-effect.tsx
├── hooks
│   ├── useNetwork.ts
│   └── useResponse.ts
├── lib
│   └── utils.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── public
│   ├── next.svg
│   └── vercel.svg
├── tailwind.config.ts
└── tsconfig.json

📝 Project Summary

  • app: Main application logic and entry point.
  • app/metanft: Specific functionality related to NFT metadata.
  • components: Reusable UI components for the application.
  • components/ui: UI-specific components for the application.
  • hooks: Custom React hooks for managing state and logic.
  • lib: External libraries or utilities used in the project.
  • public: Static assets and files served to the client.

💻 Stack

🚀 Run Locally

1.Clone the metanft repository:

git clone https://github.com/codescalper/metanft

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

🙌 Contributors

☁️ Deploy

[MetaNFT](https://metanft.10xeng.xyz/)