Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@meta-market-nft/mint-ui

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta-market-nft/mint-ui

React component and the design system package for meta market application

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

logo

Meta Market

๐Ÿ“— Table of Contents

๐Ÿ“– Meta Market

Meta Market is a NFT marketplace built using a monorepo architecture, leveraging React and microfrontend design principles. The application is divided into five independent React applications, each serving a distinct function within the ecosystem, along with shared design system and icons packages. This microfrontend architecture ensures modularity, scalability, and independent deployment, while the monorepo setup allows for seamless code sharing and consistency across all projects.

๐Ÿ›๏ธ Project Structure

The project consists of the following microfrontends and packages:

Microfrontends

  1. Container (Host Application)

    Acts as the entry point for the entire system. Responsible for orchestrating and rendering the other microfrontend applications. Utilizes BrowserRouter for managing global routing. Ensures decoupling by loading microfrontends using dynamic imports.

  2. Auth (Authentication Application)

    Handles user signup, login, and authentication flow. Manages secure user sessions and access tokens. Provides OAuth integrations for third-party logins (e.g., Google, GitHub). Uses MemoryRouter for isolated routing within the microfrontend.

  3. Landing (Marketing Application)

    Focuses on the home page and marketing content. Includes features such as introductory sections, calls to action, and promotional material. Aims to attract new users with information on the platformโ€™s features and benefits.

  4. Market (NFT Marketplace Application)

    Core application for browsing NFTs, collections, and artist rankings. Supports advanced filtering, sorting, and searching of NFTs. Displays trending collections and top-ranked artists. Integrates with a blockchain backend for fetching NFT data and listings.

  5. Profiles (User Profiles Application)

    Dedicated to artist profiles and individual NFT details. Showcases artist information, social links, and their collections. Provides detailed pages for each NFT, including descriptions, ownership history, and purchase options.

Packages

  1. mint-ui (Design system and UI library)

    A React component library for the design system and UI components. Ensures a consistent look and feel across all microfrontends. Built with Tailwind CSS and React to provide reusable components.

  2. mint-icons (Icons library)

    A library providing a set of SVG icons for use across all applications. Designed to integrate seamlessly with the mint-ui components.

๐Ÿ—๏ธ Key Technologies and Features

  • React & TypeScript: For type safety and a modern development experience.
  • Tailwind CSS: For a consistent, responsive design.
  • Webpack Module Federation: Enables dynamic loading of microfrontend modules.
  • Monorepo Architecture: Simplifies code sharing and dependency management.
  • Shared Component Libraries: Ensures design consistency and speeds up development.

๐Ÿš€ Live Demo

Link to deployed project.

(back to top)

๐Ÿ’ป Getting Started

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

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:adel-gu/meta-market.git

Install

Install this project with:

Example command:

  cd meta-market
  npm install --legacy-peer-deps

Usage

To run the project, execute the following command:

Example command:

  • To Run the whole application
  npx nx serve container
  • To run a specific application (auth application for example):
  npx nx serve auth

Run tests

To run tests, run the following command:

  npx nx run mint-ui:test

(back to top)

๐Ÿ™ Acknowledgments

  • Figma design by Anima.
  • The project setup using Nx tool.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

FAQs

Package last updated on 19 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc