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
- Next.js
- React
- TypeScript
- Tailwind CSS
- Zustand for state management
- Swiper for image carousels
- React Toastify for notifications
Getting Started
Prerequisites
- Node.js (version 14 or later)
- npm or yarn
Installation
Clone the repository:
git clone https://github.com/kevin-kidd/cover-frontend.gitNavigate to the project directory:
cd cover-frontendInstall dependencies:
npm installor
yarn install
Running the Development Server
npm run devor
yarn devOpen http://localhost:3000 in your browser to see the application.
Project Structure
pages/: Next.js pagescomponents/: React componentsstores/: Zustand store definitionsstyles/: Global styles and Tailwind CSS configurationpublic/: Static assetsfunc/: Utility functions and helpers
