Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

This repository contains the frontend UI of the Zerodha landing page, built with React.js and styled using modern CSS and Bootstrap 5. The project focuses on replicating the official Zerodha homepage with modular components, and clean code practices. Each feature or section is managed in its own Git branch for clarity.

Notifications You must be signed in to change notification settings

Ritik-Thakur-sudo/zerodha-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerodha Frontend

This repository contains the landing page of the Zerodha clone, built using React.js. It replicates the look and feel of the official Zerodha homepage with a modular structure and modern styling.

Tech Stack

  • React.js (via Create React App)
  • Bootstrap 5 (for styling)
  • Custom CSS
  • React Router (for internal routing)
  • Git & GitHub (for version control)

Folder Structure

frontend/

├── public/ │ ├── font-awesome/ │ ├── media/ │ ├── index.html │ ├── manifest.json │ └── robots.txt

├── src/ │ ├── css/ │ ├── landing_page/ │ ├── test/ │ ├── index.css │ ├── index.js │ └── setupTests.js

├── .gitignore ├── package-lock.json └── package.json

Getting Started

To run this project locally:

Features

  • Almost perfect UI based on the official Zerodha homepage
  • Reusable, modular React components
  • Layout with Bootstrap 5 and custom css
  • Multi-section navigation using React Router
  • Unit testing setup with Jest

Branch Strategy

This repo follows a feature branch model. Each section/component was developed in its own branch:

  • about-section
  • dashboard
  • home-component
  • pricing-section
  • product-section
  • project-structure
  • react-router-setup
  • signup
  • support-section
  • test-using-jest

You can explore any feature-specific branch using:

  • git checkout branch-name

About

This repository contains the frontend UI of the Zerodha landing page, built with React.js and styled using modern CSS and Bootstrap 5. The project focuses on replicating the official Zerodha homepage with modular components, and clean code practices. Each feature or section is managed in its own Git branch for clarity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published