Kevin Kidd logo

Cover

Project Overview

August 18, 2022

Web3

Cover is an unfinished web application built with Next.js, focusing on asset management and lending/borrowing functionality.

GitHub
Project Gallery
All images from Cover

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji8bkkgs207lqwi8p19sp

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji8bkkgs207lqwi8p19sp

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji8blkgs407lquivloe9l

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji8blkgs407lquivloe9l

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji7keimgm07n04i4ypmbu

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97ji7keimgm07n04i4ypmbu

0 / 3
Project Details
All project details for Cover

Cover

Cover is an unfinished web application built with Next.js, focusing on asset management and lending/borrowing functionality.

Project Overview

This project is a work in progress, aiming to create a platform for managing digital assets, including tokens and NFTs. It features functionality for creating listings, exploring assets, and managing user portfolios.

Features (In Development)

  • Asset management (tokens and NFTs)
  • Lending and borrowing functionality
  • Listing creation and exploration
  • Integration with blockchain wallets (e.g., Keplr)
  • Responsive design for various screen sizes

Technologies Used

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/kevin-kidd/cover-frontend.git
  2. Navigate to the project directory:

    cd cover-frontend
  3. Install dependencies:

    npm install

    or

    yarn install

Running the Development Server

npm run dev

or

yarn dev

Open http://localhost:3000 in your browser to see the application.

Project Structure

  • pages/: Next.js pages
  • components/: React components
  • stores/: Zustand store definitions
  • styles/: Global styles and Tailwind CSS configuration
  • public/: Static assets
  • func/: Utility functions and helpers