Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikhilsharma03/nftgallery
NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀
https://github.com/nikhilsharma03/nftgallery
chakra-ui nextjs redux styled-components typescript web3
Last synced: 19 days ago
JSON representation
NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀
- Host: GitHub
- URL: https://github.com/nikhilsharma03/nftgallery
- Owner: NikhilSharma03
- Created: 2022-09-12T07:57:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T09:49:50.000Z (over 2 years ago)
- Last Synced: 2024-11-29T19:16:01.858Z (3 months ago)
- Topics: chakra-ui, nextjs, redux, styled-components, typescript, web3
- Language: TypeScript
- Homepage: nft-gallery-sage-six.vercel.app
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFTGallery
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=95)](https://github.com/NikhilSharma03/NFTGallery)
[![Build by Nikhil](https://img.shields.io/badge/Built%20by-Nikhil-Green)](https://github.com/NikhilSharma03/NFTGallery)
> NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀
## Technology Stack
![]()
![]()
![]()
## Setup and Installation
Lets start by installing UI dependencies
```
make setup-ui-libs
```Now add `Environment Variables` by creating a new `.env` file in `root` folder and add the contents following `.env.example`
After adding `Environment Variables`, Run the UI
```
make run-ui-dev
```now the application is running at `localhost:3000`
To build the UI
```
make build-ui
```
# License