https://github.com/futuresea-dev/n_frontend
NFT frontend
https://github.com/futuresea-dev/n_frontend
css html javascript vue vuejs
Last synced: 4 months ago
JSON representation
NFT frontend
- Host: GitHub
- URL: https://github.com/futuresea-dev/n_frontend
- Owner: futuresea-dev
- Created: 2021-11-29T12:16:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T12:18:32.000Z (over 4 years ago)
- Last Synced: 2024-12-29T11:44:42.446Z (over 1 year ago)
- Topics: css, html, javascript, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# collage_front
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Its a project where you can upload your tokens (images) to a website and sign in to a exact serie of your choice. You input all data via backend server (Django admin) - title, number if token, number of author, serie title.
The concept of page is selling tokens. If the whole serie is still active (in stock/sale) you can see only the cover of the serie (welcome page). If the serie is already minted (sold) you can see all the images which were available in that serie by clicking 'View gallery' button on main page.
Each serie has its own view based on dynamic url. When you hover on an image you can see the title above and serie number, image number and author number below.
Active mark shows all the sold tokens from all the series in a random way each time you refresh the page.
When changing the component you can see a loader based on logo of dialog-box
https://user-images.githubusercontent.com/76727970/135420822-e2226cc6-5c3c-4a97-9594-7722f4505736.mp4