BayzCrypt is a modern NFT marketplace built with Next.js, TypeScript, and Tailwind CSS. It provides a platform for users to discover, collect, and trade unique digital assets in the form of Non-Fungible Tokens (NFTs).
- Framework: Next.js - A React framework for building server-side rendered and static web applications.
- Language: TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.
- Styling: Tailwind CSS - A utility-first CSS framework for rapid UI development.
- UI Components: Shadcn/UI & Radix UI - A collection of accessible and customizable UI components.
- Animation: Framer Motion - A production-ready motion library for React.
To get a local copy up and running, follow these simple steps.
- Node.js (v18 or later)
- pnpm (or npm/yarn)
- Clone the repo
git clone https://github.com/your_username/BayzCrypt.git
- Install NPM packages
pnpm install
To run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
Here's a brief overview of the key directories in this project:
app/: Contains the core application code, with routes defined by directories.components/: Contains reusable React components used throughout the application.lib/: Contains utility functions and data definitions.public/: Contains static assets like images and fonts.styles/: Contains global stylesheets.
To learn more about the technologies used in this project, see the following resources:
- Next.js Documentation - learn about Next.js features and API.
- React Documentation - learn about React.
- Tailwind CSS Documentation - learn about Tailwind CSS.
- Shadcn/UI Documentation - learn about Shadcn/UI.