This project is a frontend implementation of a crypto marketplace, featuring multiple pages and a responsive design. The website is styled with CSS and includes both dark and light mode themes. The design emphasizes a modern and user-friendly interface.
See Live Demo :- https://astonishing-selkie-e2f6db.netlify.app/
- Multi-page Navigation: Easy navigation between different sections of the site.
- Dark and Light Modes: Toggle between dark and light themes.
- Responsive Design: Mobile-friendly layout.
-
Clone the Repository:
git clone https://github.com/Gitkakkar1597/Crypto-Marketplace
-
Navigate to the Project Directory:
cd <project-directory>
-
Open the HTML Files: Open
index.html
in your web browser to view the website. Other pages (about.html
,contact.html
,services.html
) can be accessed via navigation links.
- Home Page :
- Contact Page :
- About Us Page :
- Home Page :
- Contact Page :
- About Us Page :
- Switching Themes:
- To switch between dark and light modes, use the theme toggle button available on the website.
- Responsive Layout:
- The website is designed to be responsive, adapting to different screen sizes. Test on various devices to ensure compatibility.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.