It is a responsive and user-friendly web application built with React and Chakra UI. It leverages data from the Dexscreener API to provide real-time information about various tokens.
https://nftifywebapp.netlify.app/
- Robust and Pixel-Perfect UI: The app features a meticulously designed UI that ensures pixel-perfect rendering across various devices and screen sizes.
- Data from Dexscreener API: Real-time data is fetched from the Dexscreener API to display relevant information to the users.
- Search by Token: Users can search for specific tokens using their identifiers or symbols to quickly find relevant data.
- Search by Name: The app supports name-based search, allowing users to find tokens using their common names.
- HTML
- Css
- React
- Chakra UI
- Dexscreener API
# Clone the repository
git clone https://github.com/salil-01/nftify.git
# Change directory
cd frontend
# Install dependencies
npm install
# Run the development server
npm start