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

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 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 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.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
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 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.