Skip to content

shashankiitbhu/Spirit25

Repository files navigation

Spirit25

This repository contains the source code for the International Conference on Pharmaceutical Innovations & Spirit webpage. The page highlights key details about the annual techno-pharma conclave, its schedule, and registration process.

Technologies Used

  • React: Frontend framework for building the webpage.
  • Tailwind CSS: For responsive and modern styling.
  • React Icons & Lucide React: To display bio-pharma-related icons.

How to Run Locally

  1. Clone the Repository:
    git clone https://github.com/shashankiitbhu/spirit25.git
    cd spirit25
  2. Install Dependencies: Make sure you have node.js installed, then run:
  npm install
  1. Start the Development Server
  npm start

The application will open at http://localhost:3000.

Contribution

Contributions are welcome! If you'd like to contribute:

  • Fork the repository.
  • Create a feature branch (git checkout -b feature-name).
  • Commit your changes (git commit -m "Add feature-name").
  • Push to the branch (git push origin feature-name).
  • Open a Pull Request.