Nft Marketplace

screenshot of Nft Marketplace
react
react-native
styled-components

A react native(UI), FastAPI (Server) and MySQL(DB) non-fungible token market place with a machine learning content-based filtering recommendation engine.

Overview

The NFT Marketplace is an innovative platform designed for digital art enthusiasts and collectors, enabling them to buy, sell, and trade non-fungible tokens (NFTs) securely. Built with React Native, this app provides a user-friendly interface that facilitates the creation and bidding process on unique digital assets, all while leveraging blockchain technology to ensure authenticity and ownership.

Whether you're an experienced NFT trader or a newcomer exploring the world of digital collectibles, the marketplace promises an engaging experience. With features like personalized recommendations and user account management, it stands out as a comprehensive solution for anyone looking to delve into the NFT space.

Features

  • User Account Creation: Easily register and create an account to start interacting with the NFT marketplace.
  • OTP Verification: Ensure account security through one-time password verification during the login process.
  • Profile Management: Tailor your account details, including names and profile images, for a personalized experience.
  • NFT Creation: Generate your own NFTs directly within the app, giving you the ability to showcase your digital creations.
  • NFT Search Functionality: Quickly find specific NFTs using intuitive search features, making exploration easy and efficient.
  • Wishlist Feature: Add or remove favorite NFTs to a wishlist, allowing users to keep track of desirable items.
  • Recommended NFTs: Benefit from a content-based filtering system that suggests NFTs based on your previous interactions, enhancing discovery.
  • User Logout Options: Seamlessly log out when you’re done browsing for added security.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.