Skip to content

kuratus89/lucknow-build-guild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92f92e2 · · May 14, 2026

History

90 Commits
May 13, 2026
Apr 28, 2026
Apr 28, 2026
Mar 24, 2026
May 14, 2026
Mar 24, 2026
Mar 24, 2026
Mar 24, 2026
Mar 24, 2026
Mar 24, 2026
Mar 24, 2026
May 13, 2026

Repository files navigation

Lucknow Build Guild

WhatsApp Image 2026-03-23 at 11 15 11

Features

  • Built as Single page application using React which provide a dynamic and component based user interface
  • It use Vite as its development enviroment and bundler , which ensure fast hot module reloading and optimized production builds.
  • Written in modern JS with modular components.
  • GSAP and Framer Motion helps to drive smooth , complex animations and fluid page transitions.
  • React Router handles seamless client side page navigation without reloading.

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js (v16.0.0 or higher recommended)
  • npm (comes with Node.js)

Installation & Setupetup

  1. Clone the repository:

    git clone https://github.com/kuratus89/lucknow-build-guild.git
    
    cd lucknow-build-guild
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

    The application will be running at http://localhost:5173 (default Vite port).