Skip to content

A NFT Marketplace Website mainly using HTML, CSS, and a little bit of JS.

Notifications You must be signed in to change notification settings

sahilmate/nft-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

NFT Marketplace

This repository contains a simple NFT (Non-Fungible Token) marketplace website. This website is primarily constructed using HTML and CSS for the structure and styling, respectively. JavaScript is utilized minimally to enhance the functionality and provide dynamic behavior.

😎 Files

  1. index.html

    The HTML file contains the structure of the web page, including the header, main sections, and script imports.

  2. style.css

    The CSS file provides styling for the entire web page, including the navigation bar, hero section, card items, and about section.

  3. script.js

    The JavaScript file handles the dynamic behavior of the web page. It includes functionality to toggle the "active" class when a "btn-heart" (like) button is clicked.

🎊 Usage

To use or contribute to this project, follow the steps below:

1. Clone the Repository

Clone the repository to your local machine using the following command:

git clone https://github.com/your-username/your-repo.git

Replace "your-username" and "your-repo" with your actual GitHub username and repository name.

2. Open the Project

Navigate to the project directory:

cd your-repo

Open the index.html file in a web browser to view the NFT marketplace.

🙌 Contributing

If you would like to contribute to this project, follow these steps:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine:
git clone https://github.com/your-username/your-repo.git
  1. Create a new branch for your changes:
git checkout -b feature/your-feature-name
  1. Make your changes, commit them, and push to your forked repository:
git add .
git commit -m "Add your commit message here"
git push origin feature/your-feature-name
  1. Open a pull request on the original repository.

🌨️ Improvisations

  • Fully Responsive Design
  • Accessibility
  • Performance Optimization (SEO)
  • User Authentication
  • Feedback Mechanism
  • Real-time Data Fetching

✨ Additional Information

  • This project uses Ionicons for icon integration.
  • The design is responsive and suitable for various screen sizes.
  • This mini project is very useful for beginners just getting started with web development as it covers many important and interesting attributes.

Feel free to explore, modify, and enhance this NFT marketplace project!

Happy coding! 🚀

⭐ License

MIT

About

A NFT Marketplace Website mainly using HTML, CSS, and a little bit of JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published