This project is a clone of the Zerodha website, created as part of a cohort course. The goal of this project is to replicate the design and layout of Zerodha's trading platform using HTML and CSS.
- Homepage: Mimics the main features and layout of Zerodha's website.
- Styling: Includes styles to replicate the look and feel of the original site.
- HTML: For structuring the web pages.
- CSS: For styling and layout.
-
Clone the Repository
git clone https://github.com/geeky-rish/Zerodha_Clone.git
-
Navigate to the Project Directory
cd Zerodha_Clone
-
Open the Project
- Open
index.html
in your web browser to view the project.
- Open
- Open the
index.html
file in your preferred web browser to view the cloned site.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
- Zerodha for the inspiration.