A modern, high-performance web platform for Trishul Innovations, showcasing sustainable energy solutions, including solar technologies and electric vehicles (3-wheelers and power tillers).
- Modern UI: Built with React and Tailwind CSS for a sleek, responsive, and mobile-first design.
- High Performance: Optimized with Vite for rapid development and lightning-fast builds.
- Smooth Animations: Integrates
framer-motion(via motion) for fluid page transitions and interactive elements. - Lighthouse Optimized: Includes detailed Lighthouse audit reports demonstrating high scores in performance, accessibility, and SEO.
- Frontend Framework: React 19
- Styling: Tailwind CSS v4,
clsx,tailwind-merge - Build Tool: Vite
- Icons & Effects:
lucide-react,canvas-confetti - Language: TypeScript
To run this project locally, ensure you have Node.js installed, then follow these steps:
- Clone the repository:
git clone https://github.com/Angsumi/Trishul.git
- Navigate to the project directory:
cd Trishul - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit the local URL provided by Vite (usually
http://localhost:5173).
This project is configured to deploy easily to GitHub Pages via the gh-pages branch using the npm run deploy command.