This is a React-based NFT marketplace that fetches NFTs from a cloud API and dynamically displays them with their data.
- React
- CSS
- AOS for animations
- Owl Carousel library for carousel
- Clone the repository to your local machine.
- Run
npm install
in the terminal to install the necessary dependencies. - Run
npm start
to start the development server. - Open your browser and navigate to
http://localhost:3000
to view the app.
- Fetches NFT data from a cloud API.
- Dynamically displays NFTs with their data.
- Smooth animations with AOS.
- Carousel component to showcase NFTs.
If you'd like to contribute to this project, feel free to fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.