Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.04 KB

README.md

File metadata and controls

69 lines (44 loc) · 2.04 KB

Crypto Marketplace Frontend

Overview

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/

Features

  • 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.

Installation

  1. Clone the Repository:

    git clone https://github.com/Gitkakkar1597/Crypto-Marketplace
    
  2. Navigate to the Project Directory:

    cd <project-directory>
    
  3. 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.

Screenshots

Dark Mode

  1. Home Page :
  • Home Page
  1. Contact Page :
  • Contact Page
  1. About Us Page :
  • About Us Page

Light Mode

  1. Home Page :
  • Home Page
  1. Contact Page :
  • Contact Page
  1. About Us Page :
  • About Us Page

Usage

  1. Switching Themes:
  • To switch between dark and light modes, use the theme toggle button available on the website.
  1. Responsive Layout:
  • The website is designed to be responsive, adapting to different screen sizes. Test on various devices to ensure compatibility.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Create a new Pull Request.