https://github.com/yash-rajsingh/hexaspace
Prototype NFT marketplace
https://github.com/yash-rajsingh/hexaspace
Last synced: about 1 year ago
JSON representation
Prototype NFT marketplace
- Host: GitHub
- URL: https://github.com/yash-rajsingh/hexaspace
- Owner: Yash-RajSingh
- Created: 2023-02-21T22:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T13:49:38.000Z (about 3 years ago)
- Last Synced: 2025-02-14T05:44:12.460Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hexaspace.netlify.app/
- Size: 4.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexaspace
Prototype NFT marketplace
#### Directory structure
```
├───assets
├───components
│ ├───common
│ ├───ExploreNFT
│ │ └───NftCards
│ ├───Footer
│ ├───header
│ ├───landing
│ │ ├───Artist
│ │ ├───Partners
│ │ ├───Slider
│ │ └───Stats
│ ├───layout
│ ├───login
│ ├───preloader
│ └───uploadNFT
├───context
├───data
├───globalStyles
├───hooks
└───routes
├── ├───ArtistDetailPage
├── ├───ExploreArtistsPage
├── ├───ExplorePage
├── ├───HomePage
├── ├───LoginPage
└── └───UploadNFTPage
```