Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.23 KB

File metadata and controls

60 lines (41 loc) · 2.23 KB

BayzCrypt

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).

Tech Stack

  • 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.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js (v18 or later)
  • pnpm (or npm/yarn)

Installation

  1. Clone the repo
    git clone https://github.com/your_username/BayzCrypt.git
  2. Install NPM packages
    pnpm install

Running the Application

To run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Folder Structure

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.

Learn More

To learn more about the technologies used in this project, see the following resources: