Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudband/nftmarketplace_frontend
This project is the frontend implementation of a decentralized marketplace for buying, selling, and trading non-fungible tokens (NFTs).
https://github.com/arnaudband/nftmarketplace_frontend
netxjs shadcn-ui tailwindcss typescript
Last synced: 5 days ago
JSON representation
This project is the frontend implementation of a decentralized marketplace for buying, selling, and trading non-fungible tokens (NFTs).
- Host: GitHub
- URL: https://github.com/arnaudband/nftmarketplace_frontend
- Owner: ArnaudBand
- License: mit
- Created: 2024-03-10T17:02:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:21:52.000Z (6 months ago)
- Last Synced: 2024-11-15T03:18:32.282Z (2 months ago)
- Topics: netxjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 69.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFT Marketplace Frontend
Welcome to the NFT Marketplace Frontend repository! This project is the frontend implementation of a decentralized marketplace for buying, selling, and trading non-fungible tokens (NFTs).
## Features
- **User Authentication**: Secure authentication and authorization for users.
- **NFT Listings**: Browse, search, and filter NFT listings.
- **Wallet Integration**: Connect your wallet to buy and sell NFTs.
- **Auction Support**: Participate in auctions for rare and unique NFTs.
- **Profile Management**: Manage your profile and track your NFT transactions.## Technologies Used
- **React.js**: Frontend library for building user interfaces.
- **Next.js**: React framework for server-rendered applications.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **Web3.js**: Ethereum JavaScript API for interacting with smart contracts.
- **Solidity**: Smart contract language for Ethereum.## Getting Started
To get a local copy up and running, follow these steps:
1. **Clone the repository:**
```sh
git clone https://github.com/your-username/nft-marketplace-frontend.git
```2. **Install dependencies:**
```sh
cd nft-marketplace-frontend
npm install
```3. **Start the development server:**
```sh
npm run dev
```4. **Open your browser:**
Visit `http://localhost:3000` to see the app running locally.## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.