/nftstreet

This is an web-based NFT Marketplace platform to help exhibit, sell and buy non-fungible tokens(NFTs)

Primary LanguageHTML

NFTSTREET

This is an web-based NFT Marketplace platform to help exhibit, sell and buy non-fungible tokens(NFTs)

Table of Contents

Getting Started

  • This project was created with Vite which requires Node.js v14.18+, v16+ to run.

  • Install the dependencies and devDependencies and start the server.

cd nftstreet
npm install
npm run dev

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Toggle the like buttons on the explore collection

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Vite - Development Environment
  • AOS - Animate on Scroll Library
  • FontAwesome - Icon Libray

Acknowledgements