Skip to content

utkar-sh-ukla/NFT-Dashboard

Repository files navigation

NFT Dashboard

Welcome to the NFT Dashboard application! This static dashboard provides an overview of your NFT (Non-Fungible Token) collection, allowing you to manage and track your digital assets seamlessly.

Setup

To get started, follow these steps:

  1. Fork this repository and clone it to your local system.
  2. Make sure you have node and npm installed globally on your machine.
  3. Run the command npm install to install the necessary dependencies.
  4. To start the server, run the command npm run dev.
  5. To view the application, navigate to localhost:3000 in your web browser.

Built With

  • Next - Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.

  • CSS - A language used to describe the presentation of a document written in HTML or XML.

  • Styled Components - Styled Components is a popular CSS-in-JS library that allows you to write actual CSS code within your JavaScript code using tagged template literals, creating reusable, encapsulated components with dynamic styles based on props.

  • Material UI - Material UI is a popular React UI library that provides pre-designed and customizable components for building user interfaces following Google's Material Design guidelines.